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/test140 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/data/test140 (limited to 'tests/data/test140') diff --git a/tests/data/test140 b/tests/data/test140 new file mode 100644 index 000000000..eecec6029 --- /dev/null +++ b/tests/data/test140 @@ -0,0 +1,29 @@ +# Server-side + + + + +213 20030409102659 + + + +# Client-side + + +FTP download file with -z, expected to not transfer + + +ftp://%HOSTIP:%FTPPORT/blalbla/140 -z "1 jan 2004" + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD blalbla +MDTM 140 + + -- cgit v1.2.3