From 68917eb517a0dd7179310a33f8b11919a80c7219 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 Oct 2005 06:23:45 +0000 Subject: added test case 272 for -z download over FTP when the timestamp is identical to the remote one --- tests/data/test272 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/data/test272 (limited to 'tests/data/test272') diff --git a/tests/data/test272 b/tests/data/test272 new file mode 100644 index 000000000..e8cac9219 --- /dev/null +++ b/tests/data/test272 @@ -0,0 +1,38 @@ + + +FTP +PASV +RETR + + +# Server-side + + +213 20040101121212 + + + +# Client-side + + +ftp + + +FTP timed conditioned get file with identical time stamp + + +ftp://%HOSTIP:%FTPPORT/272 -z "2004 jan 1 12:12:12 UTC" + + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +MDTM 272 +QUIT + + -- cgit v1.2.3