mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
TODO: remove 4.2 Alter passive/active on failure and retry
and a dead link to curl issue that has been removed Reported-by: Yedaya Katsman Fixes #14475 Closes #14490
This commit is contained in:
parent
2c15ee4bdb
commit
552d32886b
10
docs/TODO
10
docs/TODO
@ -63,7 +63,6 @@
|
||||
|
||||
4. FTP
|
||||
4.1 HOST
|
||||
4.2 Alter passive/active on failure and retry
|
||||
4.4 Support CURLOPT_PREQUOTE for directories listings
|
||||
4.5 ASCII support
|
||||
4.6 GSSAPI via Windows SSPI
|
||||
@ -556,13 +555,6 @@
|
||||
|
||||
https://datatracker.ietf.org/doc/html/rfc7151
|
||||
|
||||
4.2 Alter passive/active on failure and retry
|
||||
|
||||
When trying to connect passively to a server which only supports active
|
||||
connections, libcurl returns CURLE_FTP_WEIRD_PASV_REPLY and closes the
|
||||
connection. There could be a way to fallback to an active connection (and
|
||||
vice versa). https://curl.se/bug/feature.cgi?id=1754793
|
||||
|
||||
4.4 Support CURLOPT_PREQUOTE for directions listings
|
||||
|
||||
The lack of support is mostly an oversight and requires the FTP state machine
|
||||
@ -825,8 +817,6 @@
|
||||
sometimes possible to circumvent TLS fingerprinting by servers. The TLS
|
||||
extension order is of course not the only way to fingerprint a client.
|
||||
|
||||
See https://github.com/curl/curl/issues/8119
|
||||
|
||||
13.5 Export session ids
|
||||
|
||||
Add an interface to libcurl that enables "session IDs" to get
|
||||
|
Loading…
Reference in New Issue
Block a user