summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-09 12:39:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-09 12:39:28 +0000
commit338c2da24feaa6e4c1b07d34b79f2ab2307dd21c (patch)
treeca3ea907f2bcfa34cb71dbceb6dcc293dc457496
parentb5cafc0b8322b10dcd4ed4153b295e0e1b4dd713 (diff)
downloadgnurl-338c2da24feaa6e4c1b07d34b79f2ab2307dd21c.tar.gz
gnurl-338c2da24feaa6e4c1b07d34b79f2ab2307dd21c.tar.bz2
gnurl-338c2da24feaa6e4c1b07d34b79f2ab2307dd21c.zip
GSS/Kerberos 5 for ftp
-rw-r--r--docs/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 9e42ea1b2..c86bfc8e1 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -57,6 +57,10 @@ TODO
FTP
+ * 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.
+
* Optimize the way libcurl uses CWD on each new request over a persistent
connection (on FTP) even if it doesn't have to.