Package paramiko :: Module sftp
[show private | hide private]
[frames | no frames]

Module paramiko.sftp

Classes
SFTP  
SFTPAttributes  
SFTPFile  

Exceptions
SFTPError  

Variable Summary
int CMD_ATTRS = 105                                                                   
int CMD_CLOSE = 4                                                                     
int CMD_DATA = 103                                                                   
int CMD_EXTENDED = 200                                                                   
int CMD_EXTENDED_REPLY = 201                                                                   
int CMD_FSETSTAT = 10                                                                    
int CMD_FSTAT = 8                                                                     
int CMD_HANDLE = 102                                                                   
int CMD_INIT = 1                                                                     
int CMD_LSTAT = 7                                                                     
int CMD_MKDIR = 14                                                                    
int CMD_NAME = 104                                                                   
int CMD_OPEN = 3                                                                     
int CMD_OPENDIR = 11                                                                    
int CMD_READ = 5                                                                     
int CMD_READDIR = 12                                                                    
int CMD_READLINK = 19                                                                    
int CMD_REALPATH = 16                                                                    
int CMD_REMOVE = 13                                                                    
int CMD_RENAME = 18                                                                    
int CMD_RMDIR = 15                                                                    
int CMD_SETSTAT = 9                                                                     
int CMD_STAT = 17                                                                    
int CMD_STATUS = 101                                                                   
int CMD_SYMLINK = 20                                                                    
int CMD_VERSION = 2                                                                     
int CMD_WRITE = 6                                                                     
int FX_BAD_MESSAGE = 5                                                                     
int FX_CONNECTION_LOST = 7                                                                     
int FX_EOF = 1                                                                     
int FX_FAILURE = 4                                                                     
int FX_NO_CONNECTION = 6                                                                     
int FX_NO_SUCH_FILE = 2                                                                     
int FX_OK = 0                                                                     
int FX_OP_UNSUPPORTED = 8                                                                     
int FX_PERMISSION_DENIED = 3                                                                     
int VERSION = 3                                                                     

Variable Details

CMD_ATTRS

Type:
int
Value:
105                                                                   

CMD_CLOSE

Type:
int
Value:
4                                                                     

CMD_DATA

Type:
int
Value:
103                                                                   

CMD_EXTENDED

Type:
int
Value:
200                                                                   

CMD_EXTENDED_REPLY

Type:
int
Value:
201                                                                   

CMD_FSETSTAT

Type:
int
Value:
10                                                                    

CMD_FSTAT

Type:
int
Value:
8                                                                     

CMD_HANDLE

Type:
int
Value:
102                                                                   

CMD_INIT

Type:
int
Value:
1                                                                     

CMD_LSTAT

Type:
int
Value:
7                                                                     

CMD_MKDIR

Type:
int
Value:
14                                                                    

CMD_NAME

Type:
int
Value:
104                                                                   

CMD_OPEN

Type:
int
Value:
3                                                                     

CMD_OPENDIR

Type:
int
Value:
11                                                                    

CMD_READ

Type:
int
Value:
5                                                                     

CMD_READDIR

Type:
int
Value:
12                                                                    

CMD_READLINK

Type:
int
Value:
19                                                                    

CMD_REALPATH

Type:
int
Value:
16                                                                    

CMD_REMOVE

Type:
int
Value:
13                                                                    

CMD_RENAME

Type:
int
Value:
18                                                                    

CMD_RMDIR

Type:
int
Value:
15                                                                    

CMD_SETSTAT

Type:
int
Value:
9                                                                     

CMD_STAT

Type:
int
Value:
17                                                                    

CMD_STATUS

Type:
int
Value:
101                                                                   

CMD_SYMLINK

Type:
int
Value:
20                                                                    

CMD_VERSION

Type:
int
Value:
2                                                                     

CMD_WRITE

Type:
int
Value:
6                                                                     

FX_BAD_MESSAGE

Type:
int
Value:
5                                                                     

FX_CONNECTION_LOST

Type:
int
Value:
7                                                                     

FX_EOF

Type:
int
Value:
1                                                                     

FX_FAILURE

Type:
int
Value:
4                                                                     

FX_NO_CONNECTION

Type:
int
Value:
6                                                                     

FX_NO_SUCH_FILE

Type:
int
Value:
2                                                                     

FX_OK

Type:
int
Value:
0                                                                     

FX_OP_UNSUPPORTED

Type:
int
Value:
8                                                                     

FX_PERMISSION_DENIED

Type:
int
Value:
3                                                                     

VERSION

Type:
int
Value:
3                                                                     

Generated by Epydoc 2.0 on Sun Jun 27 13:06:21 2004 http://epydoc.sf.net