aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-26 08:19:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-26 08:19:06 +0000
commitb75679778f123fde226faca8fb67101835a9fc46 (patch)
tree0f7aff0796c868670a2ec03ad7a0a6350800dda8 /docs
parent35a84ad5767689bc6f89ebac87cf862054060391 (diff)
ftp ASCII transfers in general need fixing
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/TODO b/docs/TODO
index 5a02e25da..f1fbb49be 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -76,11 +76,8 @@ TODO
* Make CURLOPT_FTPPORT support an additional port number on the IP/if/name,
like "blabla:[port]" or possibly even "blabla:[portfirst]-[portsecond]".
- * FTP ASCII upload does not follow RFC959 section 3.1.1.1: "The sender
- converts the data from an internal character representation to the standard
- 8-bit NVT-ASCII representation (see the Telnet specification). The
- receiver will convert the data from the standard form to his own internal
- form."
+ * FTP ASCII transfers do not follow RFC959. They don't convert the data
+ accordingly.
* Since USERPWD always override the user and password specified in URLs, we
might need another way to specify user+password for anonymous ftp logins.