Sha256: 84cf701a9692fcbfd4336b4820036c25d44d6573d18f8f85f03c32cba00cd014

Contents?: true

Size: 595 Bytes

Versions: 14

Compression:

Stored size: 595 Bytes

Contents

Feature: PASV

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

  Background:
    Given the test server is started

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

  Scenario: After "EPSV ALL"
    Given a successful login
    Given the client successfully sends "EPSV ALL"
    When the client sends "PASV"
    Then the server sends a not allowed after epsv all error

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

Version data entries

14 entries across 14 versions & 2 rubygems

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