Sha256: 9da70c5ce4d609b5a8be553a551a9d1429567b8f1fe2bd4dac31658bda8f2eeb
Contents?: true
Size: 686 Bytes
Versions: 3
Compression:
Stored size: 686 Bytes
Contents
Feature: Name List TLS As a client I want to securely list file names So that I can see what file to transfer And nobody else can Background: Given the test server has TLS mode "explicit" And the test server is started Scenario: TLS pending "TLS not supported in active mode (see README)" Scenario: TLS, Passive Given a successful login with explicit TLS And the server has file "foo" And the server has file "bar" And the client is in passive mode When the client successfully name-lists the directory Then the file list should be in short form And the file list should contain "foo" And the file list should contain "bar"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ftpd-0.6.0 | features/ftp_server/name_list_tls.feature |
ftpd-0.5.0 | features/ftp_server/name_list_tls.feature |
ftpd-0.4.0 | features/ftp_server/name_list_tls.feature |