added two good ideas
This commit is contained in:
parent
aea87be19e
commit
84ec4068de
11
docs/TODO
11
docs/TODO
@ -57,6 +57,14 @@ TODO
|
|||||||
|
|
||||||
FTP
|
FTP
|
||||||
|
|
||||||
|
* "PASV IP override" - When an FTPS host is behind a NAT firewall, passive
|
||||||
|
mode fails. The PASV response from the host ["227 PASV Entering passive
|
||||||
|
mode (_ip_address_, _port_)."] contains the private network IP address of
|
||||||
|
the host, which since it is encrypted, cannot be modified by the firewall
|
||||||
|
to the public IP address. What is needed is a cURL option to override the
|
||||||
|
IP address passed by the host "227 PASV" response. Requested by Ed
|
||||||
|
Hingsbergen
|
||||||
|
|
||||||
* Support GSS/Kerberos 5 for ftp file transfer. This will allow user
|
* Support GSS/Kerberos 5 for ftp file transfer. This will allow user
|
||||||
authentication and file encryption. Possible libraries and example clients
|
authentication and file encryption. Possible libraries and example clients
|
||||||
are available from MIT or Heimdal. Requsted by Markus Moeller.
|
are available from MIT or Heimdal. Requsted by Markus Moeller.
|
||||||
@ -145,6 +153,9 @@ TODO
|
|||||||
|
|
||||||
CLIENT
|
CLIENT
|
||||||
|
|
||||||
|
* Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
|
||||||
|
Requested by Dane Jensen and others.
|
||||||
|
|
||||||
* Add an option that prevents cURL from overwiting existing local files. When
|
* Add an option that prevents cURL from overwiting existing local files. When
|
||||||
used, and there already is an existing file with the target file name
|
used, and there already is an existing file with the target file name
|
||||||
(either -O or -o), a number should be appended (and increased if already
|
(either -O or -o), a number should be appended (and increased if already
|
||||||
|
Loading…
x
Reference in New Issue
Block a user