Package paramiko :: Module sftp_client :: Class SFTP
[frames] | no frames]

Class SFTP

source code

   object --+        
            |        
sftp.BaseSFTP --+    
                |    
       SFTPClient --+
                    |
                   SFTP

An alias for `.SFTPClient` for backwards compatability.

Instance Methods

Inherited from SFTPClient: __init__, chdir, chmod, chown, close, file, get, get_channel, getcwd, getfo, listdir, listdir_attr, lstat, mkdir, normalize, open, put, putfo, readlink, remove, rename, rmdir, stat, symlink, truncate, unlink, utime

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods

Inherited from SFTPClient: from_transport

Properties

Inherited from object: __class__