Sha256: e653e8623018c10ffec8d516fa5adb015af5721f841da4d86b77c6cfaea09aa9

Contents?: true

Size: 526 Bytes

Versions: 4

Compression:

Stored size: 526 Bytes

Contents

Feature: Put TLS

  As a server
  I want to use implicit TLS
  Because I must serve out-of-date clients

  Background:
    Given the test server is started with implicit TLS

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

  Scenario: Get (passive)
    Given a successful login with implicit TLS
    And the client has file "ascii_unix"
    And the client is in passive mode
    When the client successfully puts text "ascii_unix"
    Then the remote file "ascii_unix" should match the local file

Version data entries

4 entries across 4 versions & 1 rubygems

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