Sha256: 9a8ba003acc3fbe661e9df51c2e7af4d82e4fae4e34a4ef74c2d45dfdd074870

Contents?: true

Size: 591 Bytes

Versions: 3

Compression:

Stored size: 591 Bytes

Contents

Feature: List TLS

  As a client
  I want to list files
  So that I can see what file to transfer

  Background:
    Given the test server is started with TLS

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ftpd-0.2.0 features/ftp_server/list_tls.feature
ftpd-0.1.1 features/ftp_server/list_tls.feature
ftpd-0.1.0 features/ftp_server/list_tls.feature