Sha256: cdd14549e15f8660a0ae0996dfe54a105ed49b7be6839a65f758340477f19019

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 Bytes

Contents

Feature: Put TLS

  As a client
  I want to put a file
  So that someone else can have it

  Background:
    Given the test server is started with TLS

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

  Scenario: TLS, Passive
    Given a successful login with 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.2.0 features/ftp_server/put_tls.feature
ftpd-0.1.1 features/ftp_server/put_tls.feature
ftpd-0.1.0 features/ftp_server/put_tls.feature