From 702664e9591197c10ec36ab7a0ab7395b77726d7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 8 Mar 2005 08:09:14 +0000 Subject: Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP file got a Last-Modified: header written to the data stream, corrupting the actual data. This was because some conditions from the previous FTP code was not properly brought into the new FTP code. I fixed and I added test case 520 to verify. (This bug was introduced in 7.13.1) --- tests/data/test520 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tests/data/test520 (limited to 'tests/data/test520') diff --git a/tests/data/test520 b/tests/data/test520 new file mode 100644 index 000000000..b12f47cc2 --- /dev/null +++ b/tests/data/test520 @@ -0,0 +1,45 @@ +# +# Server-side + + +contents of file + + + +# Client-side + + +ftp + +# tool is what to use instead of 'curl' + +lib520 + + + +FTP RETR with FILETIME + + +ftp://%HOSTIP:%FTPPORT/520 + + +REPLY MDTM 213 20030405060708 + + + +# +# Verify data after the test has been "shot" + + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +MDTM 520 +EPSV +TYPE I +SIZE 520 +RETR 520 +QUIT + + -- cgit v1.2.3