From c8ecbda40b35e3b057136d891d6dd0eb88c564f7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 10 Apr 2003 11:43:47 +0000 Subject: new ftp tests --- tests/data/test139 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tests/data/test139 (limited to 'tests/data/test139') diff --git a/tests/data/test139 b/tests/data/test139 new file mode 100644 index 000000000..dd87118f1 --- /dev/null +++ b/tests/data/test139 @@ -0,0 +1,34 @@ +# Server-side + + +this is file contents + + +213 20030409102659 + + + +# Client-side + + +FTP download a newer file with -z + + +ftp://%HOSTIP:%FTPPORT/blalbla/139 -z "1 jan 1989" + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD blalbla +MDTM 139 +EPSV +TYPE I +SIZE 139 +RETR 139 + + -- cgit v1.2.3