Package pyGlobus :: Module ftpControl
[show private | hide private]
[frames | no frames]

Module pyGlobus.ftpControl

Provides support for the lower-level Ftp Control module.
Classes
AuthInfo Class that wraps auth_info_t struct
Command  
DCAU  
EofArray This class wraps an array of integers;
FtpControl Class that wraps a ftp control API
FtpControlServer  
HostPort Class that wraps the host_port_t struct
HostPortArray Class that wraps an array of host_port
Layout  
Parallelism  
Response Proxy class for the globus_ftp_control_response_t object
TcpBuffer  

Exceptions
AuthInfoException  
CommandException  
DCAUException  
EofArrayException  
FtpControlException  
HostPortException  
LayoutException  
ParallelismException  
ResponseException  
TcpBufferException  

Variable Summary
str DCAU_NONE = 'N'
str DCAU_SELF = 'A'
str DCAU_SUBJECT = 'S'
str MODE_BLOCK = 'B'
str MODE_COMPRESSED = 'C'
str MODE_EXTENDED_BLOCK = 'E'
int MODE_NONE = 0                                                                     
str MODE_STREAM = 'S'
int PARALLELISM_FIXED = 1                                                                     
int PARALLELISM_NONE = 0                                                                     
str PROTECTION_CLEAR = 'C'
str PROTECTION_CONFIDENTIAL = 'E'
str PROTECTION_PRIVATE = 'P'
str PROTECTION_SAFE = 'S'
int STRIPING_BLOCKED_ROUND_ROBIN = 2                                                                     
int STRIPING_NONE = 0                                                                     
int STRIPING_PARTITIONED = 1                                                                     
str TYPE_ASCII = 'A'
str TYPE_EBCDIC = 'E'
str TYPE_IMAGE = 'I'
str TYPE_LOCAL = 'L'
int TYPE_NONE = 0                                                                     

Variable Details

DCAU_NONE

Type:
str
Value:
'N'                                                                    

DCAU_SELF

Type:
str
Value:
'A'                                                                    

DCAU_SUBJECT

Type:
str
Value:
'S'                                                                    

MODE_BLOCK

Type:
str
Value:
'B'                                                                    

MODE_COMPRESSED

Type:
str
Value:
'C'                                                                    

MODE_EXTENDED_BLOCK

Type:
str
Value:
'E'                                                                    

MODE_NONE

Type:
int
Value:
0                                                                     

MODE_STREAM

Type:
str
Value:
'S'                                                                    

PARALLELISM_FIXED

Type:
int
Value:
1                                                                     

PARALLELISM_NONE

Type:
int
Value:
0                                                                     

PROTECTION_CLEAR

Type:
str
Value:
'C'                                                                    

PROTECTION_CONFIDENTIAL

Type:
str
Value:
'E'                                                                    

PROTECTION_PRIVATE

Type:
str
Value:
'P'                                                                    

PROTECTION_SAFE

Type:
str
Value:
'S'                                                                    

STRIPING_BLOCKED_ROUND_ROBIN

Type:
int
Value:
2                                                                     

STRIPING_NONE

Type:
int
Value:
0                                                                     

STRIPING_PARTITIONED

Type:
int
Value:
1                                                                     

TYPE_ASCII

Type:
str
Value:
'A'                                                                    

TYPE_EBCDIC

Type:
str
Value:
'E'                                                                    

TYPE_IMAGE

Type:
str
Value:
'I'                                                                    

TYPE_LOCAL

Type:
str
Value:
'L'                                                                    

TYPE_NONE

Type:
int
Value:
0                                                                     

Generated by Epydoc 2.1 on Tue Apr 4 14:32:54 2006 http://epydoc.sf.net