Sha256: bd1fc91f3fa78c05a54add754c8da4588ce21f2f0d01351b81600a0cfabcb689

Contents?: true

Size: 511 Bytes

Versions: 4

Compression:

Stored size: 511 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 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 "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

4 entries across 4 versions & 1 rubygems

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