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