Secure FTP

Steve Horsley steve.horsley at gmail.com
Wed Apr 27 17:00:08 EDT 2005


Daniel Bowett wrote:
> I need to download files over a secure channel.
> 
> I have been looking into Paramiko which seems to have the functonality I 
> need. The problem is I need a FTP server which supports key based 
> encryption to install on my windows server.
> 
> Has anyone succeeded in doing this? If so - what FTP server did you use?
> 
> Dan.
> 

OpenSSH (www.openssh.com) supports SFTP which can use a shared 
key or certificates for its encryption. It includes both client 
and server programs.

HTH
Steve



More information about the Python-list mailing list