Secure FTP in Python?

JanC usenet_spam at janc.invalid
Sun Aug 3 00:58:48 EDT 2003


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

> I'd like to write a small backup utility in Python, which would take
> advantage of Secure FTP to upload backup archives. Is there a library
> implementing SFTP in Python (something like ftplib)? Or is there some
> other (noncomplicated) way how secure uploading can be implemented in
> Python? 

You can do that using pycurl.
<http://pycurl.sourceforge.net/>

-- 
JanC

"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9




More information about the Python-list mailing list