From 9a5c21c16f12fc3a54f94cad5a95b14e794e9009 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 15 Mar 2005 12:33:08 +0000 Subject: test EPSV and PASV response handling when they get well-formated data back but using illegal values --- tests/data/test238 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/data/test238 (limited to 'tests/data/test238') 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 + + + +# Client-side + + +ftp + + +FTP getting bad port in 229-response to EPSV + + +ftp://%HOSTIP:%FTPPORT/238 + + +REPLY EPSV 229 Entering Passiv Mode (|||1000000|) + + + +# Verify data after the test has been "shot" + +# 7 => CURLE_COULDNT_CONNECT + +7 + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +EPSV + + -- cgit v1.2.3