aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test230
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-30 20:31:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-30 20:31:11 +0000
commit5e0d9aea322ba3abfc05c937f91b5751768f2310 (patch)
tree0ade80f30096f37fcbc76176a5b82d86c9131f74 /tests/data/test230
parentae13c93b7db9f9c68eaf95150ed551b3b649d8c4 (diff)
Support for FTP third party transfers is now dropped
Diffstat (limited to 'tests/data/test230')
-rw-r--r--tests/data/test23057
1 files changed, 0 insertions, 57 deletions
diff --git a/tests/data/test230 b/tests/data/test230
deleted file mode 100644
index b473f0504..000000000
--- a/tests/data/test230
+++ /dev/null
@@ -1,57 +0,0 @@
-<info>
-<keywords>
-FTP
-3rd party
-</keywords>
-</info>
-#
-# Server-side
-<reply>
-<data nocheck=1>
-contents of source file 230
-</data>
-</reply>
-
-#
-# Client-side
-<client>
-<server>
-ftp
-ftp2
-</server>
- <name>
-FTP 3rd party transfer
- </name>
- <command>
-ftp://%HOSTIP:%FTPPORT/dest/destpath/230 -u daniel:stenberg --3p-url ftp://%HOSTIP:%FTP2PORT/source/sourcepath/230 --3p-user daniel2:stenberg2
-</command>
-</client>
-
-#
-# Verify data after the test has been "shot"
-<verify>
-# target-side protocol check
-<protocol>
-USER daniel
-PASS stenberg
-PWD
-TYPE I
-CWD dest
-CWD destpath
-PASV
-STOR 230
-QUIT
-</protocol>
-<stripfile>
-s/^(PORT 127,0,0,1).*/$1/
-</stripfile>
-<file name="log/server2.input">
-USER daniel2
-PASS stenberg2
-PWD
-TYPE I
-PORT 127,0,0,1
-RETR source/sourcepath/230
-QUIT
-</file>
-</verify>