diff options
Diffstat (limited to 'Utilities/cmcurl-7.19.0/tests/data/test113')
-rw-r--r-- | Utilities/cmcurl-7.19.0/tests/data/test113 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Utilities/cmcurl-7.19.0/tests/data/test113 b/Utilities/cmcurl-7.19.0/tests/data/test113 new file mode 100644 index 0000000..a174f88 --- /dev/null +++ b/Utilities/cmcurl-7.19.0/tests/data/test113 @@ -0,0 +1,37 @@ +<testcase> +<info> +<keywords> +FTP +FAILURE +</keywords> +</info> +# Server-side +<reply> +<servercmd> +REPLY USER 314 bluah you fewl! +</servercmd> +</reply> + +# Client-side +<client> +<server> +ftp +</server> + <name> +FTP download, failed login: USER not valid + </name> + <command> +ftp://%HOSTIP:%FTPPORT/113 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<errorcode> +67 +</errorcode> +<protocol> +USER anonymous +</protocol> +</verify> +</testcase> |