From b233c13dca62fccb6223f249448f2e4c67acaa91 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 23 Aug 2004 14:41:19 +0000 Subject: verify that transferring a zero byte FTP file results in a zero byte local file --- tests/data/test182 | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 tests/data/test182 (limited to 'tests/data/test182') diff --git a/tests/data/test182 b/tests/data/test182 new file mode 100644 index 000000000..5eac8b708 --- /dev/null +++ b/tests/data/test182 @@ -0,0 +1,35 @@ +# Server-side + + + + +0 + + + +# Client-side + + +ftp + + +FTP download an empty file + + +ftp://%HOSTIP:%FTPPORT/182 + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +EPSV +TYPE I +SIZE 182 +RETR 182 +QUIT + + -- cgit v1.2.3