Hello,
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?
Thank you for advice,
Michal
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?
Thank you for advice,
Michal
Comment