-
- Downloads
- The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZE
gets a 550 response back for the cases where a download (or NOBODY) is wanted. It still allows a 550 as response if the SIZE is used as part of an upload process (like if resuming an upload is requested and the file isn't there before the upload). I also modified the FTP test server and a few test cases accordingly to match this modified behavior.
Showing
- CHANGES 8 additions, 0 deletionsCHANGES
- RELEASE-NOTES 1 addition, 0 deletionsRELEASE-NOTES
- lib/ftp.c 5 additions, 0 deletionslib/ftp.c
- tests/data/test118 3 additions, 0 deletionstests/data/test118
- tests/data/test533 0 additions, 2 deletionstests/data/test533
- tests/data/test534 0 additions, 1 deletiontests/data/test534
- tests/data/test546 0 additions, 3 deletionstests/data/test546
- tests/ftpserver.pl 5 additions, 3 deletionstests/ftpserver.pl
Loading
Please register or sign in to comment