Sha256: 26d922523b67b43ab8e9e56ca0f2a7ea213e523ea53b1456ac211b781fe7a004

Contents?: true

Size: 726 Bytes

Versions: 19

Compression:

Stored size: 726 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: Active
    Given a successful login with explicit TLS
    And the server has file "ascii_unix"
    And the client is in active mode
    When the client successfully gets text "ascii_unix"
    Then the local file "ascii_unix" should match the remote file

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

19 entries across 19 versions & 2 rubygems

Version Path
ftpd-2.0.1 features/ftp_server/get_tls.feature
ftpd-2.0.0 features/ftp_server/get_tls.feature
ftpd-1.1.1 features/ftp_server/get_tls.feature
ftpd-1.1.0 features/ftp_server/get_tls.feature
investtools-ftpd-1.0.1 features/ftp_server/get_tls.feature
ftpd-1.0.1 features/ftp_server/get_tls.feature
ftpd-1.0.0 features/ftp_server/get_tls.feature
ftpd-0.17.0 features/ftp_server/get_tls.feature
ftpd-0.16.0 features/ftp_server/get_tls.feature
ftpd-0.15.0 features/ftp_server/get_tls.feature
ftpd-0.14.0 features/ftp_server/get_tls.feature
ftpd-0.13.0 features/ftp_server/get_tls.feature
ftpd-0.12.0 features/ftp_server/get_tls.feature
ftpd-0.11.0 features/ftp_server/get_tls.feature
ftpd-0.10.0 features/ftp_server/get_tls.feature
ftpd-0.9.0 features/ftp_server/get_tls.feature
ftpd-0.7.1 features/ftp_server/get_tls.feature
ftpd-0.8.0 features/ftp_server/get_tls.feature
ftpd-0.7.0 features/ftp_server/get_tls.feature