features/ftp_server/put_tls.feature in ftpd-0.6.0 vs features/ftp_server/put_tls.feature in ftpd-0.7.0
- old
+ new
@@ -6,13 +6,17 @@
Background:
Given the test server has TLS mode "explicit"
And the test server is started
- Scenario: TLS, Active
- pending "TLS not supported in active mode (see README)"
+ Scenario: Active
+ Given a successful login with explicit TLS
+ And the client has file "ascii_unix"
+ And the client is in active mode
+ When the client successfully puts text "ascii_unix"
+ Then the remote file "ascii_unix" should match the local file
- Scenario: TLS, Passive
+ Scenario: Passive
Given a successful login with explicit TLS
And the client has file "ascii_unix"
And the client is in passive mode
When the client successfully puts text "ascii_unix"
Then the remote file "ascii_unix" should match the local file