Sha256: 9cb83052d762c20eb578a7f9b612f35f598a5510eedfc18527bdf538cf95f06f

Contents?: true

Size: 549 Bytes

Versions: 2

Compression:

Stored size: 549 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 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 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

2 entries across 2 versions & 1 rubygems

Version Path
ftpd-0.5.0 features/ftp_server/put_tls.feature
ftpd-0.4.0 features/ftp_server/put_tls.feature