skip to navigation
skip to content

pysftp 0.2.2

A friendly face on SFTP

pysftp

A simple interface to sftp. based on zeth's ssh.py

changes

  • 0.2.2
    • additions
      • chdir(self, path) - change the current working directory on the remote
      • getcwd(self) - return the current working directory on the remote
      • listdir(self, path='.')return a list of files for the given path