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/test125 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/data/test125 (limited to 'tests/data/test125') diff --git a/tests/data/test125 b/tests/data/test125 new file mode 100644 index 000000000..7581d6e8e --- /dev/null +++ b/tests/data/test125 @@ -0,0 +1,29 @@ +# Server-side + + + +# Client-side + + +FTP download, failed CWD + + +ftp://%HOSTIP:%FTPPORT/path/to/file/125 + + +REPLY CWD 314 bluah you f00l! + + + +# Verify data after the test has been "shot" + + +9 + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD path/to/file + + -- cgit v1.2.3