On 8 Giu, 16:54, "Dave Borne" <[EMAIL PROTECTED]> wrote: > > 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
SFTP is FTP over SSH, quite different from FTPS that's FTP over TLS/ SSL. Actually Python really lacks of good / maintained SSL libraries. -- http://mail.python.org/mailman/listinfo/python-list