Secure FTP in Python?
Karl Scalet
news at yebu.de
Fri Aug 1 04:40:04 EDT 2003
Cameron Laird schrieb:
> 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.
or, on top of rsync-libs, you can run duplicity.
Written in Python :-) and does encryption also
of the backup-store using GPG.
Interesting especially if
other people have root access on the backup-server.
The transfer intself can be done in plain ftp or
ssh/scp.
http://www.nongnu.org/duplicity/
Maybe too far from what OP actually is interested in.
Karl
More information about the Python-list
mailing list