From 5e0d9aea322ba3abfc05c937f91b5751768f2310 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 30 Sep 2006 20:31:11 +0000 Subject: Support for FTP third party transfers is now dropped --- tests/data/test232 | 57 ------------------------------------------------------ 1 file changed, 57 deletions(-) delete mode 100644 tests/data/test232 (limited to 'tests/data/test232') diff --git a/tests/data/test232 b/tests/data/test232 deleted file mode 100644 index b87831ab3..000000000 --- a/tests/data/test232 +++ /dev/null @@ -1,57 +0,0 @@ - - -FTP -3rd party - - -# -# Server-side - - -contents of source file 232 - - - -# -# Client-side - - -ftp -ftp2 - - -FTP 3rd party transfer, anonymous user - - -ftp://%HOSTIP:%FTPPORT/dest/destpath/232 --3p-url ftp://%HOSTIP:%FTP2PORT/source/sourcepath/232 - - - -# -# Verify data after the test has been "shot" - -# target-side protocol check - -USER anonymous -PASS curl_by_daniel@haxx.se -PWD -TYPE I -CWD dest -CWD destpath -PASV -STOR 232 -QUIT - - -s/^(PORT 127,0,0,1).*/$1/ - - -USER anonymous -PASS curl_by_daniel@haxx.se -PWD -TYPE I -PORT 127,0,0,1 -RETR source/sourcepath/232 -QUIT - - -- cgit v1.2.3