Sha256: 06a67b38a6c283c22a51203e6617e538a17f5939bfd1f22cfe9915431d583d9c

Contents?: true

Size: 1.47 KB

Versions: 14

Compression:

Stored size: 1.47 KB

Contents

Feature: Get IPV6

  As a client
  I want to get a file
  So that I have it on my computer

  Scenario: Active
    Given the test server is bound to "::1"
    And the test server is started
    And a successful login
    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 the test server is bound to "::1"
    And the test server is started
    And a successful login
    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

  Scenario: Active, TLS
    Given the test server is bound to "::1"
    And the test server has TLS mode "explicit"
    And the test server is started
    And a successful login
    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, TLS
    Given the test server is bound to "::1"
    And the test server has TLS mode "explicit"
    And the test server is started
    And a successful login
    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

14 entries across 14 versions & 2 rubygems

Version Path
ftpd-1.1.1 features/ftp_server/get_ipv6.feature
ftpd-1.1.0 features/ftp_server/get_ipv6.feature
investtools-ftpd-1.0.1 features/ftp_server/get_ipv6.feature
ftpd-1.0.1 features/ftp_server/get_ipv6.feature
ftpd-1.0.0 features/ftp_server/get_ipv6.feature
ftpd-0.17.0 features/ftp_server/get_ipv6.feature
ftpd-0.16.0 features/ftp_server/get_ipv6.feature
ftpd-0.15.0 features/ftp_server/get_ipv6.feature
ftpd-0.14.0 features/ftp_server/get_ipv6.feature
ftpd-0.13.0 features/ftp_server/get_ipv6.feature
ftpd-0.12.0 features/ftp_server/get_ipv6.feature
ftpd-0.11.0 features/ftp_server/get_ipv6.feature
ftpd-0.10.0 features/ftp_server/get_ipv6.feature
ftpd-0.9.0 features/ftp_server/get_ipv6.feature