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/test122 | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/data/test122 (limited to 'tests/data/test122') diff --git a/tests/data/test122 b/tests/data/test122 new file mode 100644 index 000000000..b9990d982 --- /dev/null +++ b/tests/data/test122 @@ -0,0 +1,28 @@ +# Server-side + + +5 + + + +# Client-side + + +FTP download resume with whole file already downloaded + + +ftp://%HOSTIP:%FTPPORT/122 -C 5 + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +PASV +TYPE I +SIZE 122 + + -- cgit v1.2.3