diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test100 | 2 | ||||
-rw-r--r-- | tests/data/test102 | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/tests/data/test100 b/tests/data/test100 index 3f81d6bdb..c5ccce786 100644 --- a/tests/data/test100 +++ b/tests/data/test100 @@ -37,7 +37,7 @@ filter off really nothing USER anonymous
PASS curl_by_daniel@haxx.se
PWD
-PASV
+EPSV
TYPE A
LIST
</protocol> diff --git a/tests/data/test102 b/tests/data/test102 index 138e57ca7..186732625 100644 --- a/tests/data/test102 +++ b/tests/data/test102 @@ -19,6 +19,10 @@ FTP RETR PASV ftp://%HOSTIP:%FTPPORT/102 </command> </test> +<file name="log/ftpserver.cmd"> +REPLY EPSV 500 no such command +</file> + # Verify data after the test has been "shot" <verify> @@ -26,8 +30,10 @@ ftp://%HOSTIP:%FTPPORT/102 USER anonymous
PASS curl_by_daniel@haxx.se
PWD
+EPSV
PASV
TYPE I
+SIZE 102
RETR 102
</protocol> </verify> |