Dima Barsky wrote:

> Carl Waldbieser <[EMAIL PROTECTED]> wrote:
> 
>> Does anyone know of any good examples for writing client side code
>> to upload  files over a secure FTP connection?  I am referring to
>> FTPS, *not* SFTP, which I found out the hard way are two different
>> things.
> 
> Look at the CURL library, the manual says it supports FTPS, although I
> have not tried it myself:
> 
> http://curl.haxx.se/libcurl/python/
> 
> Hope it helps,
> Dima.
That did the trick.  pycurl was a little trickier to use than say, urllib,
but it got the job done.  I am going to look into some of the other options
folks mentioned as well, as many of them seemed interesting.

Thanks to everyone who helped!

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

Reply via email to