aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-07-30 13:41:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-07-30 13:41:59 +0000
commit339f84fe1f0f5ea28192742d6a5662a58bf4dc81 (patch)
tree1db39249e10178efa931cc9a73e3ddc30589c4ab /docs/TODO
parent2d41b735ecff13f85486cd31ad1f33db8f0d7d75 (diff)
ftp proxy support would be nice
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 88c632883..281f56f28 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -69,6 +69,10 @@ TODO
FTP
+ * Support the most common FTP proxies, Philip Newton provided a list
+ allegedly from ncftp:
+ http://curl.haxx.se/mail/archive-2003-04/0126.html
+
* Make CURLOPT_FTPPORT support an additional port number on the IP/if/name,
like "blabla:[port]" or possibly even "blabla:[portfirst]-[portsecond]".