From 5c344fc23ad129b6aaa2974ea59f025844b2935c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 13 Sep 2001 12:51:07 +0000 Subject: ftp tests added --- tests/data/test110 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tests/data/test110 (limited to 'tests/data/test110') diff --git a/tests/data/test110 b/tests/data/test110 new file mode 100644 index 000000000..ce0df48d3 --- /dev/null +++ b/tests/data/test110 @@ -0,0 +1,36 @@ +# Server-side + + +expected to be a file without the first part +but we emulate that + + +85 + + + +# Client-side + + +FTP download resume with set limit + + +ftp://%HOSTIP:%FTPPORT/110 -C 20 + + + +# Verify data after the test has been "shot" + + + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV +TYPE I +SIZE 110 +REST 20 +RETR 110 + + -- cgit v1.2.3