features/ftp_server/features.feature in ftpd-0.10.0 vs features/ftp_server/features.feature in ftpd-0.11.0
- old
+ new
@@ -22,5 +22,17 @@
Scenario: Argument given
Given the test server is started
And the client connects
When the client sends "FEAT FOO"
Then the server returns a syntax error
+
+ Scenario: IPV6 Extensions
+ Given the test server is started
+ When the client successfully requests features
+ Then the response should include feature "EPRT"
+ And the response should include feature "EPSV"
+
+ Scenario: RFC 3659 Extensions
+ Given the test server is started
+ When the client successfully requests features
+ Then the response should include feature "SIZE"
+ Then the response should include feature "MDTM"