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/test104 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/data/test104 (limited to 'tests/data/test104') diff --git a/tests/data/test104 b/tests/data/test104 new file mode 100644 index 000000000..b4cf3e145 --- /dev/null +++ b/tests/data/test104 @@ -0,0 +1,29 @@ +# Server-side + + +51 + + + +# Client-side + + +FTP --head to get file size only + + +ftp://%HOSTIP:%FTPPORT/a/path/103 --head + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD a/path +MDTM 103 +TYPE I +SIZE 103 + + -- cgit v1.2.3