Commit 3de85777 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

mention how the FTP code should be fixed one day

parent f4c53148
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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.