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