Welcome to pysftp’s documentation!¶
A simple interface to sftp. based on zeth’s ssh.py
Example¶
import pysftp
with pysftp.Connection('my.example.server') as sftp:
sftp.put('/my/local/filename', '/my/remote/filename')
sftp.get('the-file.txt')
Additional Information¶
- Project: https://bitbucket.org/dundeemt/pysftp
- Download: https://pypi.python.org/pypi/pysftp
- Documentation: https://pysftp.rtfd.org/
- License: BSD