Secure FTP in Python?

Cameron Laird claird at lairds.com
Thu Jul 31 20:36:31 EDT 2003


In article <jsnov-3bk.ln1 at jowls.lairds.org>,
Kyler Laird  <Kyler at news.Lairds.org> wrote:
>"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

rsync, in particular, is a good fit for what many people
mean by "uploading", and rsync is ssh-savvy.
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://phaseit.net/claird/home.html




More information about the Python-list mailing list