ssh.sftp

class ssh.sftp.SFTP
canonicalize_path(self, path)
chmod(self, path, mode_t mode)
chown(self, path, uid_t owner, gid_t group)
extension_supported(self, name, data)
extensions_get_count(self)
extensions_get_data(self, unsigned int indexn)
extensions_get_name(self, unsigned int indexn)
get_error(self)
init(self)
lstat(self, path)
mkdir(self, path, mode_t mode)
open(self, path, int accesstype, mode_t mode)
opendir(self, path)
rename(self, original, newname)
rmdir(self, path)
server_version(self)
setstat(self, path, SFTPAttributes attr)
stat(self, path)
statvfs(self, path)
utimes(self, path, long seconds, long microseconds)
session