FTP/SSL

Dave Borne dborne at gmail.com
Fri Jun 8 10:54:24 EDT 2007


> I'm trying to figure out how to use FTP/SSL (FTPS) - just as a client. Can I
> do this in Python? Is everything I need in ftplib? Where else do I look? And
> - any good newbie references on using FTPS?

Hi, Nancy,
 I'm not sure if ftplib can handle ssh or not, but googling for
"python sftp" turned up this link: http://www.lag.net/paramiko/

It looks like it might do what you want.

-Dave



More information about the Python-list mailing list