Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Mar 2005 08:09:14 +0000 (08:09 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Mar 2005 08:09:14 +0000 (08:09 +0000)
commit702664e9591197c10ec36ab7a0ab7395b77726d7
treebb85a68dd1afdce9062a51aa0766d81705098ea3
parent18d87edd6d155c8f94233f8e0c32aa1b7434a038
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)
CHANGES
RELEASE-NOTES
lib/ftp.c
tests/data/Makefile.am
tests/data/test520 [new file with mode: 0644]
tests/libtest/Makefile.am
tests/libtest/lib520.c [new file with mode: 0644]