Sha256: 0aba29f17f020ddfe4ff2020f762347823c6e030cded7605f81972be5cc2250f

Contents?: true

Size: 967 Bytes

Versions: 19

Compression:

Stored size: 967 Bytes

Contents

Feature: Name List TLS

  As a client
  I want to securely list file names
  So that I can see what file to transfer
  And nobody else can

  Background:
    Given the test server has TLS mode "explicit"
    And the test server is started

  Scenario: Active
    Given a successful login with explicit TLS
    And the server has file "foo"
    And the server has file "bar"
    And the client is in active mode
    When the client successfully name-lists the directory
    Then the file list should be in short form
    And the file list should contain "foo"
    And the file list should contain "bar"

  Scenario: Passive
    Given a successful login with explicit TLS
    And the server has file "foo"
    And the server has file "bar"
    And the client is in passive mode
    When the client successfully name-lists the directory
    Then the file list should be in short form
    And the file list should contain "foo"
    And the file list should contain "bar"

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
ftpd-2.0.1 features/ftp_server/name_list_tls.feature
ftpd-2.0.0 features/ftp_server/name_list_tls.feature
ftpd-1.1.1 features/ftp_server/name_list_tls.feature
ftpd-1.1.0 features/ftp_server/name_list_tls.feature
investtools-ftpd-1.0.1 features/ftp_server/name_list_tls.feature
ftpd-1.0.1 features/ftp_server/name_list_tls.feature
ftpd-1.0.0 features/ftp_server/name_list_tls.feature
ftpd-0.17.0 features/ftp_server/name_list_tls.feature
ftpd-0.16.0 features/ftp_server/name_list_tls.feature
ftpd-0.15.0 features/ftp_server/name_list_tls.feature
ftpd-0.14.0 features/ftp_server/name_list_tls.feature
ftpd-0.13.0 features/ftp_server/name_list_tls.feature
ftpd-0.12.0 features/ftp_server/name_list_tls.feature
ftpd-0.11.0 features/ftp_server/name_list_tls.feature
ftpd-0.10.0 features/ftp_server/name_list_tls.feature
ftpd-0.9.0 features/ftp_server/name_list_tls.feature
ftpd-0.7.1 features/ftp_server/name_list_tls.feature
ftpd-0.8.0 features/ftp_server/name_list_tls.feature
ftpd-0.7.0 features/ftp_server/name_list_tls.feature