FTP over SSL

Stefan Schwarzer sschwarzer at sschwarzer.net
Tue Oct 24 07:26:41 EDT 2006


On 2006-10-20 15:50, Tor Erik Soenvisen wrote:
> Anyone know about existing code supporting FTP over SSL?
> I guess pycurl http://pycurl.sourceforge.net/ could be used, but that
> requires knowledge of libcurl, which I haven't.

Possibly you could use M2Crypto [1]. It has a FTP_TLS class
in module ftpslib which is similar to ftplib.FTP. To use FTP
more easily, you can use ftputil [2] (I'm its author). You
should be able to use M2Crypto via ftputil [3].

[1] http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto#Downloads
[2] http://ftputil.sschwarzer.net
[3] http://ftputil.sschwarzer.net/trac/browser/branches/add_stat_caching/ftputil.txt?rev=622
    line 893

Stefan



More information about the Python-list mailing list