Secure FTP in Python?

Kyler Laird Kyler at news.Lairds.org
Thu Jul 31 20:18:36 EDT 2003


"d z e k y l" <no at nospam.no> writes:

>Or is there some other
>(noncomplicated) way how secure uploading can be implemented in Python?

About anything is less needlessly complicated than FTP. 
SSH is often the obvious choice, but WebDAV can also
run over SSL.

--kyler




More information about the Python-list mailing list