diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-07-30 13:41:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-07-30 13:41:59 +0000 |
commit | 339f84fe1f0f5ea28192742d6a5662a58bf4dc81 (patch) | |
tree | 1db39249e10178efa931cc9a73e3ddc30589c4ab | |
parent | 2d41b735ecff13f85486cd31ad1f33db8f0d7d75 (diff) |
ftp proxy support would be nice
-rw-r--r-- | docs/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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]". |