FTP/SSL

billiejoex gnewsg at gmail.com
Fri Jun 8 15:57:56 EDT 2007


On 8 Giu, 16:54, "Dave Borne" <dbo... at gmail.com> 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.




More information about the Python-list mailing list