diff options
Diffstat (limited to 'Utilities/cmcurl-7.19.0/tests/data/test195')
-rw-r--r-- | Utilities/cmcurl-7.19.0/tests/data/test195 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Utilities/cmcurl-7.19.0/tests/data/test195 b/Utilities/cmcurl-7.19.0/tests/data/test195 new file mode 100644 index 0000000..a147a95 --- /dev/null +++ b/Utilities/cmcurl-7.19.0/tests/data/test195 @@ -0,0 +1,32 @@ +<testcase> +# Server-side +<reply> +<servercmd> +REPLY PASS 530 temporarily not available +</servercmd> +</reply> + +# Client-side +<client> +<server> +ftp +</server> + <name> +FTP response 530 after PASS, temporarily not allowed access + </name> + <command> +ftp://%HOSTIP:%FTPPORT/195 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +67 +</errorcode> +<protocol> +USER anonymous +PASS ftp@example.com +</protocol> +</verify> +</testcase> |