diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-15 12:33:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-15 12:33:08 +0000 |
commit | 9a5c21c16f12fc3a54f94cad5a95b14e794e9009 (patch) | |
tree | 551b6cf16afdaa51d9583fb038740d676c89bf08 /tests/data/test238 | |
parent | 06ffb47ef23169b016745d4407e1e3278e5f78aa (diff) |
test EPSV and PASV response handling when they get well-formated data back
but using illegal values
Diffstat (limited to 'tests/data/test238')
-rw-r--r-- | tests/data/test238 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/data/test238 b/tests/data/test238 new file mode 100644 index 000000000..c314f6b7c --- /dev/null +++ b/tests/data/test238 @@ -0,0 +1,33 @@ +# Server-side +<reply> +</reply> + +# Client-side +<client> +<server> +ftp +</server> + <name> +FTP getting bad port in 229-response to EPSV + </name> + <command> +ftp://%HOSTIP:%FTPPORT/238 +</command> +<file name="log/ftpserver.cmd"> +REPLY EPSV 229 Entering Passiv Mode (|||1000000|) +</file> +</client> + +# Verify data after the test has been "shot" +<verify> +# 7 => CURLE_COULDNT_CONNECT +<errorcode> +7 +</errorcode> +<protocol> +USER anonymous
+PASS curl_by_daniel@haxx.se
+PWD
+EPSV
+</protocol> +</verify> |