features/ftp_server/put_tls.feature in ftpd-0.2.0 vs features/ftp_server/put_tls.feature in ftpd-0.2.1
- old
+ new
@@ -3,16 +3,16 @@
As a client
I want to put a file
So that someone else can have it
Background:
- Given the test server is started with TLS
+ Given the test server is started with explicit TLS
Scenario: TLS
pending "TLS not supported in active mode (see README)"
Scenario: TLS, Passive
- Given a successful login with TLS
+ 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