Sha256: d37af3cdba05932ef8a12c2474e16ce4f797f261a981dd3d38a32f2ff490af29

Contents?: true

Size: 639 Bytes

Versions: 3

Compression:

Stored size: 639 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 has TLS mode "explicit"
    And the test server is started

  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 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.6.0 features/ftp_server/list_tls.feature
ftpd-0.5.0 features/ftp_server/list_tls.feature
ftpd-0.4.0 features/ftp_server/list_tls.feature