Sha256: 477761f983d7b06926cf34fa70945aed7af44f57001acd335e13415147a4c13b

Contents?: true

Size: 541 Bytes

Versions: 3

Compression:

Stored size: 541 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 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 "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.6.0 features/ftp_server/get_tls.feature
ftpd-0.5.0 features/ftp_server/get_tls.feature
ftpd-0.4.0 features/ftp_server/get_tls.feature