FTP over TLS

Paul Rubin http
Mon Nov 28 16:21:58 EST 2005


"adam" <adam_goucher at hotmail.com> writes:
> I'm not 100% sure whether this answers your problem, but I would ignore
> getting a special TLS module and just concentrate on the ftp side of
> the protocol. If your connection to your ftp server must be in TLS, you
> could modify you socket module similar to how I have using this diff
> (against 2.3.4) as inspiration.

You could also use something like stunnel (www.stunnel.org) as an
external tunnel to wrap TLS around the connection.



More information about the Python-list mailing list