diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-26 07:40:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-26 07:40:37 +0000 |
commit | 95152aec685c4d11de6cb25802303e4872d51b3e (patch) | |
tree | 213409d6a9103d2b2be41474782cdd0ffd3ef28f /docs/KNOWN_BUGS | |
parent | 8ed676236395ef970e7c3b74aebbd1f8eef837ba (diff) |
David McCreedy brought line end conversions when doing FTP ASCII
transfers. They are done on non-windows systems and translate CRLF to LF.
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 2 |
1 files changed, 2 insertions, 0 deletions
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. |