FTP

I am thinking about how to use FTP in a secure way. Some notes on my way there  ...

History and standards

Good information

Client side

  • FTP client: My host suggested: gftp which has not been updated 2005 what makes me a little suspicious, http://gftp.seul.org. The geeks seem to prefer lftp. Unfortunately, this seems to be limited to *nix.
  • The current state of play in perl doesn't make me to optimistic either. 
    • Net::Lite::FTP - Perl FTP client with support for TLS 
    • Net::FTP is a class implementing a simple FTP client in Perl as described in RFC959,i.e. it is not even intended to help me here.
  • Maybe PHP has more to offer. Would be interesting to check.

Server Side

Consequences

  • But I need to send my user name unencrypted to make use of this, then switch to AUTH TLS, then send password and possibly switch back to non encrypted if I have firewall problems.
  • Since I have control of my firewall I might be able to use active.
No votes yet
Theme provided by Danetsoft under GPL license from Danang Probo Sayekti