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

Reply via email to