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

Class SFTP

source code

object --+        
         |        
  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, listdir, listdir_attr, lstat, mkdir, normalize, open, put, 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__