From 38649d1362d233dace774a6738f9009c067b1bab Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 24 Oct 2007 19:40:07 +0000 Subject: Added test cases 2000 and 2001 which test multiple protocols using the same easy handle Fixed the filecheck: make target to work outside the source tree --- tests/data/test2000 | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 tests/data/test2000 (limited to 'tests/data/test2000') diff --git a/tests/data/test2000 b/tests/data/test2000 new file mode 100644 index 000000000..ff679c50d --- /dev/null +++ b/tests/data/test2000 @@ -0,0 +1,60 @@ + + + +FTP +PASV +FILE +multiprotocol + + + +# +# Server-side + + +data + to + see +that FTP +works + so does it? + + + +# +# Client-side + + +ftp +file + + +FTP RETR followed by FILE + + +ftp://%HOSTIP:%FTPPORT/2000 file://localhost/%PWD/log/test2000.txt + + +foo + bar +bar + foo +moo + + + +# +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +EPSV +TYPE I +SIZE 2000 +RETR 2000 +QUIT + + + -- cgit v1.2.3