aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-28 13:04:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-28 13:04:34 +0000
commit16e9a9eaef9201ac1c09c2a7c64f6ac0ad09edb8 (patch)
tree3e6f5825f023707e099b922e3cdd3e6b8f819480 /docs/TODO
parent0d7446c134c4b77dcc7b796698e224a809a0d4db (diff)
removed one we won't do, removed the CWD optimize as it is (partly) done
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO14
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/TODO b/docs/TODO
index 888b9d371..1f446af3a 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -62,24 +62,14 @@ TODO
FTP
- * "PASV IP override" - When an FTPS host is behind a NAT firewall, passive
- mode fails. The PASV response from the host ["227 PASV Entering passive
- mode (_ip_address_, _port_)."] contains the private network IP address of
- the host, which since it is encrypted, cannot be modified by the firewall
- to the public IP address. What is needed is a cURL option to override the
- IP address passed by the host "227 PASV" response. Requested by Ed
- Hingsbergen
-
* Support GSS/Kerberos 5 for ftp file transfer. This will allow user
authentication and file encryption. Possible libraries and example clients
are available from MIT or Heimdal. Requsted by Markus Moeller.
- * Optimize the way libcurl uses CWD on each new request over a persistent
- connection (on FTP) even if it doesn't have to.
-
* REST fix for servers not behaving well on >2GB requests. This should fail
if the server doesn't set the pointer to the requested index. The tricky
- part is to figure out if the server did the right thing or not.
+ (impossible?) part is to figure out if the server did the right thing or
+ not.
* Support the most common FTP proxies, Philip Newton provided a list
allegedly from ncftp: