Sha256: 47679b1d05a491a8e166ae323268fd4e0d8064f278f5b0922998fb9eeac4990f

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 Bytes

Contents

Feature: Get TLS

  As a client
  I want to get a file
  So that I have it on my computer

  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 "ascii_unix"
    And the client is in passive mode
    When the client successfully gets text "ascii_unix"
    Then the local file "ascii_unix" should match the remote file

Version data entries

3 entries across 3 versions & 1 rubygems

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