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 usi

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 googli

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? Whe