mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:53:43 +03:00
David McCreedy brought line end conversions when doing FTP ASCII
transfers. They are done on non-windows systems and translate CRLF to LF.
This commit is contained in:
parent
8ed6762363
commit
95152aec68
23 changed files with 380 additions and 214 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue