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 -- http://mail.python.org/mailman/listinfo/python-list