From 95152aec685c4d11de6cb25802303e4872d51b3e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 26 Apr 2006 07:40:37 +0000 Subject: David McCreedy brought line end conversions when doing FTP ASCII transfers. They are done on non-windows systems and translate CRLF to LF. --- docs/KNOWN_BUGS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/KNOWN_BUGS') diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index ebc744c3e..9149b996a 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -66,6 +66,8 @@ may have been fixed since this was written! specification). The receiver will convert the data from the standard form to his own internal form. + 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. -- cgit v1.2.3