"adam" <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list