mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:53:32 +03:00
CURLOPT_PREQUOTE.3: only works for FTP file transfers, not dirs
Also add to quote.d. Add to TODO as something to add in a future. Reported-by: anon00000000 on github Closes #8602 Closes #8648
This commit is contained in:
parent
46f8aba086
commit
89e6129e5a
3 changed files with 19 additions and 5 deletions
|
|
@ -64,6 +64,7 @@
|
|||
4.1 HOST
|
||||
4.2 Alter passive/active on failure and retry
|
||||
4.3 Earlier bad letter detection
|
||||
4.4 Support CURLOPT_PREQUOTE for dir listings too
|
||||
4.5 ASCII support
|
||||
4.6 GSSAPI via Windows SSPI
|
||||
4.7 STAT for LIST without data connection
|
||||
|
|
@ -532,6 +533,13 @@
|
|||
Make the detection of (bad) %0d and %0a codes in FTP URL parts earlier in the
|
||||
process to avoid doing a resolve and connect in vain.
|
||||
|
||||
4.4 Support CURLOPT_PREQUOTE for dir listings too
|
||||
|
||||
The lack of support is mostly an oversight and requires the FTP state machine
|
||||
to get updated to get fixed.
|
||||
|
||||
https://github.com/curl/curl/issues/8602
|
||||
|
||||
4.5 ASCII support
|
||||
|
||||
FTP ASCII transfers do not follow RFC959. They do not convert the data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue