Sha256: ad7735e795312d8fb1db203849385750646d6b96e4cdca2f0ce4004eacd227c7

Contents?: true

Size: 397 Bytes

Versions: 20

Compression:

Stored size: 397 Bytes

Contents

Feature: Options

  As a client
  I want to know set options
  To tailor the server's behavior

  Background:
    Given the test server is started
    And the client connects

  Scenario: No argument
    When the client sends "OPTS"
    Then the server returns a syntax error

  Scenario: Unknown option command
    When the client sets option "ABC"
    Then the server returns a bad option error

Version data entries

20 entries across 20 versions & 2 rubygems

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