Sha256: bc323d59253f6b3b61033883fd9798429d53289edde84a14e6089cd5ccdfa6e9

Contents?: true

Size: 902 Bytes

Versions: 15

Compression:

Stored size: 902 Bytes

Contents

Feature: ALLO

  As a client
  I want to reserve file system space
  So that my put will succeed

  Background:
    Given the test server is started

  Scenario: With count
    Given a successful login
    When the client successfully sends "ALLO 1024"
    Then the server returns a not necessary reply

  Scenario: With count and record size
    Given a successful login
    When the client successfully sends "ALLO 1024 R 128"
    Then the server returns a not necessary reply

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

  Scenario: Missing argument
    Given a successful login
    When the client sends "ALLO"
    Then the server returns a syntax error

  Scenario: Invalid argument
    Given a successful login
    When the client sends "ALLO XYZ"
    Then the server returns a syntax error

Version data entries

15 entries across 15 versions & 2 rubygems

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