diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-04-28 17:29:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-04-28 17:29:32 +0000 |
commit | c0acaa5d2c496e88e84505aac3ee3fea1ee76949 (patch) | |
tree | af2e03eb6fd971f6c51100b55687dc3f5387b80b /docs/TODO | |
parent | 2e46f8d0a67a84ad59d9442e71f095267a2e327e (diff) |
CURLOPT_FTPPORT could support port number too
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -73,6 +73,9 @@ TODO FTP + * 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 |