From: Daniel Stenberg Date: Mon, 28 Apr 2003 17:29:32 +0000 (+0000) Subject: CURLOPT_FTPPORT could support port number too X-Git-Tag: curl-7_10_5~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0acaa5d2c496e88e84505aac3ee3fea1ee76949;p=curl CURLOPT_FTPPORT could support port number too --- diff --git a/docs/TODO b/docs/TODO index abc84b94f..5a02e25da 100644 --- a/docs/TODO +++ b/docs/TODO @@ -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