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/test237 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/data/test237 (limited to 'tests/data/test237') diff --git a/tests/data/test237 b/tests/data/test237 new file mode 100644 index 000000000..1a5f0e275 --- /dev/null +++ b/tests/data/test237 @@ -0,0 +1,34 @@ +# Server-side + + + +# Client-side + + +ftp + + +FTP getting bad host in 227-response to PASV + + +ftp://%HOSTIP:%FTPPORT/237 --disable-epsv + + +REPLY PASV 227 Entering Passiv Mode (1218,91,256,127,127,127) + + + +# Verify data after the test has been "shot" + +# curl: (15) Can't resolve new host 1218.91.256.127:32639 +# 15 => CURLE_FTP_CANT_GET_HOST + +15 + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV + + -- cgit v1.2.3