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/test231 | 57 ------------------------------------------------------ 1 file changed, 57 deletions(-) delete mode 100644 tests/data/test231 (limited to 'tests/data/test231') diff --git a/tests/data/test231 b/tests/data/test231 deleted file mode 100644 index 320982b75..000000000 --- a/tests/data/test231 +++ /dev/null @@ -1,57 +0,0 @@ - - -FTP -3rd party - - -# -# Server-side - - -contents of source file 231 - - - -# -# Client-side - - -ftp -ftp2 - - -FTP 3rd party transfer, make target use PORT - - -ftp://%HOSTIP:%FTPPORT/dest/destpath/231 -u daniel:stenberg --3p-url ftp://%HOSTIP:%FTP2PORT/source/sourcepath/231 --3p-user daniel2:stenberg2 -P - - - - -# -# Verify data after the test has been "shot" - -# target-side protocol check -> -s/^(PORT 127,0,0,1).*/$1/ - - -USER daniel -PASS stenberg -PWD -TYPE I -CWD dest -CWD destpath -PORT 127,0,0,1 -STOR 231 -QUIT - - -USER daniel2 -PASS stenberg2 -PWD -TYPE I -PASV -RETR source/sourcepath/231 -QUIT - - -- cgit v1.2.3