SSH File Transfer Protocol or SFTP

Jan Dries jan.dries at dcube-resource.be
Mon Dec 11 10:39:15 EST 2006


Lad wrote:
> Is there a module in Python available that I can use for uploading
> files via
>   SFTP (SSH File Transfer Protocol)?
> Or do you think that FTP protocol for files uploading  is OK?
> Thank you for replies
> Lad.

You probably want Paramiko (http://www.lag.net/paramiko/). It provides 
extensive support for the SSH protocol, and ships with, among other 
things, a sample script demonstrating SFTP.

Regards,
Jan






More information about the Python-list mailing list