aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-09-05 17:49:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-09-05 17:49:07 +0000
commit43fba2627aa85379ff58e7edc4484e8eb25132db (patch)
treebdd937b5759904ce8b3a71f9545d71d2f7bd8905
parent7df26a5415bc2f3f93d9537a99a76079f73688f6 (diff)
Make CURLOPT_FTPPORT support an additional port number
done!
-rw-r--r--docs/TODO11
1 files changed, 2 insertions, 9 deletions
diff --git a/docs/TODO b/docs/TODO
index a4eb4cdcd..7122ad707 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -32,8 +32,7 @@
4.3 Earlier bad letter detection
4.4 REST for large files
4.5 FTP proxy support
- 4.6 PORT port range
- 4.7 ASCII support
+ 4.6 ASCII support
5. HTTP
5.1 Better persistency for HTTP 1.0
@@ -220,13 +219,7 @@
from ncftp. This is not a subject without debate, and is probably not really
suitable for libcurl. http://curl.haxx.se/mail/archive-2003-04/0126.html
-4.6 PORT port range
-
- Make CURLOPT_FTPPORT support an additional port number on the IP/if/name,
- like "blabla:[port]" or possibly even "blabla:[portfirst]-[portsecond]".
- http://curl.haxx.se/bug/feature.cgi?id=1505166
-
-4.7 ASCII support
+4.6 ASCII support
FTP ASCII transfers do not follow RFC959. They don't convert the data
accordingly.