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/test111 | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/data/test111 (limited to 'tests/data/test111') diff --git a/tests/data/test111 b/tests/data/test111 new file mode 100644 index 000000000..6201f3494 --- /dev/null +++ b/tests/data/test111 @@ -0,0 +1,33 @@ +# Server-side + + +85 + + + +# Client-side + + +FTP download resume beyond file size + + +ftp://%HOSTIP:%FTPPORT/111 -C 2000 + + + +# Verify data after the test has been "shot" + + +36 + + + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV +TYPE I +SIZE 111 + + -- cgit v1.2.3