From 86367d675a805d8685ae27239216944439bd9a49 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 14 Sep 2001 12:03:33 +0000 Subject: new FTP tests --- tests/data/test121 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tests/data/test121 (limited to 'tests/data/test121') diff --git a/tests/data/test121 b/tests/data/test121 new file mode 100644 index 000000000..3ac985c6a --- /dev/null +++ b/tests/data/test121 @@ -0,0 +1,35 @@ +# Server-side + + +data + to + see +that FTP +works + so does it? + + + +# Client-side + + +ftp download with post- and pre-transfer delete operations + + +ftp://%HOSTIP:%FTPPORT/121 -Q "-DELE after_transfer" -Q "DELE before_transfer" + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +DELE before_transfer +PASV +TYPE I +RETR 121 +DELE after_transfer + + -- cgit v1.2.3