From e6e6c6e635b72502a1bfc24cd407a82f9ecd82e2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 11 May 2009 11:43:55 +0000 Subject: Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy using the multi interface, which currently doesn't work because of how the data connection is not waiting for connect before it tries to do proxy magic. --- tests/data/test564 | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 tests/data/test564 (limited to 'tests/data/test564') diff --git a/tests/data/test564 b/tests/data/test564 new file mode 100644 index 000000000..6d0609d9d --- /dev/null +++ b/tests/data/test564 @@ -0,0 +1,66 @@ + + + +FTP +PASV +RETR +multi +SOCKS4 + + +# Server-side + + +data + to + see +that FTP +works + so does it? + + + + +# Client-side + + +ftp +socks4 + + +lib564 + + +FTP RETR a file over a SOCKS proxy using the multi interface + + +ftp://%HOSTIP:%FTPPORT/path/564 %HOSTIP:%SOCKSPORT + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +CWD path +EPSV +TYPE I +SIZE 546 +RETR 546 +EPSV +SIZE 546 +RETR 546 +QUIT + + +data + to + see +that FTP +works + so does it? + + + -- cgit v1.2.3