aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-21 10:54:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-21 10:54:21 +0000
commit3de85777de18811cbff6999e94a168ee067b3bea (patch)
tree392089763557db2e666c019e612218d64b4ccec9 /docs
parentf4c5314890885360bd080ca11fd0c6cc535476fe (diff)
mention how the FTP code should be fixed one day
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index 445a01909..3b81a2e3b 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -62,6 +62,9 @@ TODO
FTP
+ * Code overhaul to make it more state-machine like and to _never_ block on
+ waiting for server responses when used with the multi interface.
+
* Support GSS/Kerberos 5 for ftp file transfer. This will allow user
authentication and file encryption. Possible libraries and example clients
are available from MIT or Heimdal. Requsted by Markus Moeller.
@@ -210,7 +213,7 @@ TODO
* Consider extending 'roffit' to produce decent ASCII output, and use that
instead of (g)nroff when building src/hugehelp.c
-
+
TEST SUITE
* Make the test servers able to serve multiple running test suites. Like if