A friendly face on SFTP
Project description
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
-