From 6475600afa57c777aa10187c3d1c49fc5f4bf7f5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Jun 2001 09:12:59 +0000 Subject: New test cases added --- tests/data/test107 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/data/test107 (limited to 'tests/data/test107') diff --git a/tests/data/test107 b/tests/data/test107 new file mode 100644 index 000000000..98fa773ad --- /dev/null +++ b/tests/data/test107 @@ -0,0 +1,38 @@ + +# Client-side + + +FTP PASV upload file + + +data + to + see +that FTP +works + so does it? + + +ftp://%HOSTIP:%FTPPORT/107 -T log/test107.txt + + + +# Verify data after the test has been "shot" + + +data + to + see +that FTP +works + so does it? + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV +TYPE I +STOR 107 + + -- cgit v1.2.3