Sha256: f220a637b8f8f77eaae6687c8884be66d08ff307b44eae874155bba9122ff017

Contents?: true

Size: 966 Bytes

Versions: 14

Compression:

Stored size: 966 Bytes

Contents

Feature: EPSV

  As a programmer
  I want good error messages
  So that I can correct problems

  Background:
    Given the test server is bound to "::"
    And the test server is started

  Scenario: No argument
    Given a successful login
    Then the client successfully sends "EPSV"

  Scenario: Explicit IPV4
    Given a successful login
    Then the client successfully sends "EPSV 1"

  Scenario: Explicit IPV6
    Given a successful login
    Then the client successfully sends "EPSV 2"

  Scenario: After "EPSV ALL"
    Given a successful login
    Given the client successfully sends "EPSV ALL"
    Then the client successfully sends "EPSV"

  Scenario: Not logged in
    Given a successful connection
    When the client sends "EPSV"
    Then the server returns a not logged in error

  Scenario: Unknown network protocol
    Given a successful login
    When the client sends "EPSV 99"
    Then the server returns a network protocol not supported error

Version data entries

14 entries across 14 versions & 2 rubygems

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