Package pyGlobus :: Module ftpClientPlugin :: Class PyGlobusBasePlugin
[show private | hide private]
[frames | no frames]

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)
  get_handle(self)
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.
Returns:
A string containing the pointer.

Warning: This handle is only valid as long as this object exists. When


Class Variable Details

ABORT

Type:
int
Value:
5                                                                     

AUTH

Type:
int
Value:
8                                                                     

COMMAND

Type:
int
Value:
19                                                                    

COMPLETE

Type:
int
Value:
22                                                                    

CONNECT

Type:
int
Value:
6                                                                     

COPY

Type:
int
Value:
0                                                                     

DATA

Type:
int
Value:
18                                                                    

DELETE

Type:
int
Value:
7                                                                     

DESTROY

Type:
int
Value:
1                                                                     

FAULT

Type:
int
Value:
21                                                                    

GET

Type:
int
Value:
2                                                                     

LIST

Type:
int
Value:
11                                                                    

MKDIR

Type:
int
Value:
15                                                                    

MODIFICATIONTIME

Type:
int
Value:
16                                                                    

MOVE

Type:
int
Value:
10                                                                    

PUT

Type:
int
Value:
3                                                                     

READ

Type:
int
Value:
9                                                                     

RESPONSE

Type:
int
Value:
20                                                                    

RMDIR

Type:
int
Value:
14                                                                    

SIZE

Type:
int
Value:
12                                                                    

TRANSFER

Type:
int
Value:
4                                                                     

VERBOSELIST

Type:
int
Value:
13                                                                    

WRITE

Type:
int
Value:
17                                                                    

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