mirror of
https://github.com/curl/curl.git
synced 2026-08-25 21:13:34 +03:00
ftp: always offer line end conversions
Previously this functionality was limited to platforms that not already use CRLF as native line endings. TODO: 4.5 ASCII support now considered fixed Closes #14717
This commit is contained in:
parent
4becbb4af7
commit
eeb7c12807
4 changed files with 11 additions and 33 deletions
|
|
@ -64,7 +64,6 @@
|
|||
4. FTP
|
||||
4.1 HOST
|
||||
4.4 Support CURLOPT_PREQUOTE for directories listings
|
||||
4.5 ASCII support
|
||||
4.6 GSSAPI via Windows SSPI
|
||||
4.7 STAT for LIST without data connection
|
||||
4.8 Passive transfer could try other IP addresses
|
||||
|
|
@ -568,11 +567,6 @@
|
|||
|
||||
https://github.com/curl/curl/issues/8602
|
||||
|
||||
4.5 ASCII support
|
||||
|
||||
FTP ASCII transfers do not follow RFC 959. They do not convert the data
|
||||
accordingly.
|
||||
|
||||
4.6 GSSAPI via Windows SSPI
|
||||
|
||||
In addition to currently supporting the SASL GSSAPI mechanism (Kerberos V5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue