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/test124 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 tests/data/test124 (limited to 'tests/data/test124') diff --git a/tests/data/test124 b/tests/data/test124 new file mode 100644 index 000000000..106291fd4 --- /dev/null +++ b/tests/data/test124 @@ -0,0 +1,31 @@ +# Server-side + + +we can still send data even if pwd fails! + + + +# Client-side + + +FTP download, failed PWD + + +ftp://%HOSTIP:%FTPPORT/124 + + +REPLY PWD 314 bluah you f00l! + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV +TYPE I +RETR 124 + + -- cgit v1.2.3