diff options
Diffstat (limited to 'tests/data/test195')
-rw-r--r-- | tests/data/test195 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/data/test195 b/tests/data/test195 new file mode 100644 index 000000000..c736e53b3 --- /dev/null +++ b/tests/data/test195 @@ -0,0 +1,30 @@ +# Server-side +<reply> +</reply> + +# Client-side +<client> +<server> +ftp +</server> + <name> +FTP response 530 after PASS, temporarily not allowed access + </name> + <command> +ftp://%HOSTIP:%FTPPORT/195 +</command> +<file name="log/ftpserver.cmd"> +REPLY PASS 530 temporarily not available +</file> +</test> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +10 +</errorcode> +<protocol> +USER anonymous
+PASS curl_by_daniel@haxx.se
+</protocol> +</verify> |