Home | Trees | Index | Help |
---|
Package pyGlobus :: Module ftpClientPlugin :: Class PyGlobusBasePlugin |
|
Method Summary | |
---|---|
__init__(self)
| |
abort(self,
*args)
| |
auth(self,
*args)
| |
command(self,
*args)
| |
complete(self,
*args)
| |
connect(self,
*args)
| |
copy(self,
ftp_client_plugin_handle,
user_specific)
| |
data(self,
*args)
| |
delete(self,
*args)
| |
destroy(self,
ftp_client_plugin_handle,
user_specific)
| |
fault(self,
*args)
| |
get(self,
ftp_client_plugin_handle,
ftp_client_handle_t,
url,
ftp_client_operationattr,
restart,
user_specific)
| |
Return the underlying ftp client plugin handle. | |
list(self,
*args)
| |
mkdir(self,
*args)
| |
modification_time(self,
*args)
| |
move(self,
*args)
| |
put(self,
ftp_client_plugin_handle,
ftp_client_handle_t,
url,
ftp_client_operationattr,
restart,
user_specific)
| |
read(self,
*args)
| |
response(self,
*args)
| |
rmdir(self,
*args)
| |
size(self,
*args)
| |
transfer(self,
*args)
| |
verbose_list(self,
*args)
| |
write(self,
*args)
|
Class Variable Summary | |
---|---|
int |
ABORT = 5 |
int |
AUTH = 8 |
int |
COMMAND = 19 |
int |
COMPLETE = 22 |
int |
CONNECT = 6 |
int |
COPY = 0 |
int |
DATA = 18 |
int |
DELETE = 7 |
int |
DESTROY = 1 |
int |
FAULT = 21 |
int |
GET = 2 |
int |
LIST = 11 |
int |
MKDIR = 15 |
int |
MODIFICATIONTIME = 16 |
int |
MOVE = 10 |
int |
PUT = 3 |
int |
READ = 9 |
int |
RESPONSE = 20 |
int |
RMDIR = 14 |
int |
SIZE = 12 |
int |
TRANSFER = 4 |
int |
VERBOSELIST = 13 |
int |
WRITE = 17 |
Method Details |
---|
get_handle(self)Return the underlying ftp client plugin handle.
|
Class Variable Details |
---|
ABORT
|
AUTH
|
COMMAND
|
COMPLETE
|
CONNECT
|
COPY
|
DATA
|
DELETE
|
DESTROY
|
FAULT
|
GET
|
LIST
|
MKDIR
|
MODIFICATIONTIME
|
MOVE
|
PUT
|
READ
|
RESPONSE
|
RMDIR
|
SIZE
|
TRANSFER
|
VERBOSELIST
|
WRITE
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 4 14:32:52 2006 | http://epydoc.sf.net |