From c462601362b312e9837e8bcbca814a11f780cf3a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 5 Aug 2003 12:59:23 +0000 Subject: persistant connection test --- tests/data/test146 | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 tests/data/test146 (limited to 'tests') diff --git a/tests/data/test146 b/tests/data/test146 new file mode 100644 index 000000000..88690c954 --- /dev/null +++ b/tests/data/test146 @@ -0,0 +1,46 @@ +# Server-side + + +this is file contents + + + +# Client-side + + +ftp + + +persistant FTP with different paths + + +ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146 + + + +# Verify data after the test has been "shot" + +# strip all kinds of PORT, EPRT and LPRT curl can do + +^PORT 127,0,0,1,.* +^EPRT.* +^LPRT.* + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD first +CWD dir +CWD here +EPSV +TYPE I +SIZE 146 +RETR 146 +CWD /nowhere/anywhere +EPSV +TYPE I +SIZE 146 +RETR 146 + + -- cgit v1.2.3