1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

deleted #19 since it concerted FTP third party transfers and they are no longer

supported
This commit is contained in:
Daniel Stenberg 2006-10-12 09:02:46 +00:00
parent a5dda669e3
commit 2d38e51867

View File

@ -73,9 +73,6 @@ may have been fixed since this was written!
Since 7.15.4 at least line endings are converted. Since 7.15.4 at least line endings are converted.
19. FTP 3rd party transfers with the multi interface doesn't work. Test:
define CURL_MULTIEASY, rebuild curl, run test case 230 - 232.
16. FTP URLs passed to curl may contain NUL (0x00) in the RFC 1738 <user>, 16. FTP URLs passed to curl may contain NUL (0x00) in the RFC 1738 <user>,
<password>, and <fpath> components, encoded as "%00". The problem is that <password>, and <fpath> components, encoded as "%00". The problem is that
curl_unescape does not detect this, but instead returns a shortened C curl_unescape does not detect this, but instead returns a shortened C