summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-27 18:00:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-27 18:00:10 +0000
commitd7531c18fc7d24ac8543a2cda1a3f4efe00c9aaf (patch)
tree55efa7e5d14c6702e796ac2541ed9a443e00c47b
parentef3f97878406a9958b7edd4a1d0b5e873b658fd5 (diff)
downloadgnurl-d7531c18fc7d24ac8543a2cda1a3f4efe00c9aaf.tar.gz
gnurl-d7531c18fc7d24ac8543a2cda1a3f4efe00c9aaf.tar.bz2
gnurl-d7531c18fc7d24ac8543a2cda1a3f4efe00c9aaf.zip
updated
-rw-r--r--docs/TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/TODO b/docs/TODO
index a4be13e8f..6811d89dd 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -53,16 +53,14 @@ TODO
especially regular HTTP POST), the FTP command sending etc.
* Go through the code and verify that libcurl deals with big files >2GB and
- >4GB all over. Bug reports indicate that it doesn't currently work
- properly.
+ >4GB all over. Bug reports (and source reviews) indicate that it doesn't
+ currently work properly.
* Make the built-in progress meter use its own dedicated output stream, and
make it possible to set it. Use stderr by default.
DOCUMENTATION
- * Include documentation in the main archive about all the various libcurl
- bindings.
FTP
@@ -77,7 +75,9 @@ TODO
already working http dito works. 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.
+ * 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"
HTTP