Sha256: 8c631640167a4053e7b21ede9a022a46fcdf23a4f37d695894f2f3126e730d2b

Contents?: true

Size: 656 Bytes

Versions: 4

Compression:

Stored size: 656 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 is started with explicit TLS

  Scenario: TLS
    pending "TLS not supported in active mode (see README)"

  Scenario: TLS, 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

4 entries across 4 versions & 1 rubygems

Version Path
ftpd-0.3.2 features/ftp_server/name_list_tls.feature
ftpd-0.3.1 features/ftp_server/name_list_tls.feature
ftpd-0.2.2 features/ftp_server/name_list_tls.feature
ftpd-0.2.1 features/ftp_server/name_list_tls.feature