Sha256: 47b37bf2b815d399c58df1e2ab1e9025e49f0eec5eb90683fb4f8fa8bad1bce0

Contents?: true

Size: 519 Bytes

Versions: 3

Compression:

Stored size: 519 Bytes

Contents

Feature: Put TLS

  As a client
  I want to put a file securely
  So that nobody can intercept it

  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 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

3 entries across 3 versions & 1 rubygems

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