FTP over TLS

Carl Waldbieser waldbie at yahoo.com
Mon Nov 28 17:51:28 EST 2005


Dima Barsky wrote:

> Carl Waldbieser <waldbie at yahoo.com> 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!




More information about the Python-list mailing list