aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-04-07 06:41:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-04-07 06:41:24 +0000
commitacec588fe36c12173f180e933896648e9fba5b54 (patch)
tree2e54b17e3c1c3abf0f40663f2e2454f1dc85ee8f /docs/TODO
parent6ed0da8e98f15900ecca0f8abc6c26af6702595b (diff)
--disable-eprt perhaps?
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/TODO b/docs/TODO
index 227dfb61c..abc84b94f 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -84,13 +84,16 @@ TODO
* An option to only download remote FTP files if they're newer than the local
one is a good idea, and it would fit right into the same syntax as the
- already working http dito works. It of course requires that 'MDTM' works,
- and it isn't a standard FTP command.
+ already working http dito works (-z). It of course requires that 'MDTM'
+ works, and it isn't a standard FTP command.
* Add FTPS support with SSL for the data connection too. This should be made
according to the specs written in draft-murray-auth-ftp-ssl-08.txt,
"Securing FTP with TLS"
+ * --disable-epsv exists, but for active connections we have no --disable-eprt
+ (or even --disable-lprt).
+
HTTP
* If the "body" of the POST is < MSS it really aught to be sent along with