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/test119 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/data/test119 (limited to 'tests/data/test119') diff --git a/tests/data/test119 b/tests/data/test119 new file mode 100644 index 000000000..6c4953273 --- /dev/null +++ b/tests/data/test119 @@ -0,0 +1,33 @@ +# Server-side + + + +# Client-side + + +FTP download, failed RETR with PORT + + +ftp://%HOSTIP:%FTPPORT/119 -P - + + +REPLY RETR 314 bluah you f00l! + + + +# Verify data after the test has been "shot" + + +19 + + +^PORT.* + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +TYPE I +RETR 119 + + -- cgit v1.2.3