From: Daniel Stenberg Date: Mon, 9 Aug 2004 12:39:28 +0000 (+0000) Subject: GSS/Kerberos 5 for ftp X-Git-Tag: curl-7_12_1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338c2da24feaa6e4c1b07d34b79f2ab2307dd21c;p=thirdparty%2Fcurl.git GSS/Kerberos 5 for ftp --- diff --git a/docs/TODO b/docs/TODO index 9e42ea1b2e..c86bfc8e16 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.