Re: FTP/SSL

2007-06-08 Thread Dave Borne
 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


Re: FTP/SSL

2007-06-08 Thread billiejoex
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


FTP/SSL

2007-06-06 Thread Nancy Head

I know basic Python, have basic experience using FTP... but haven't really
used the ftplib before. Am trying to read the 18.8 and 7.2 docs but
struggling.

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?

Thanks for any help...

Nancy
-- 
http://mail.python.org/mailman/listinfo/python-list