Home | Trees | Index | Help |
---|
Package pyGlobus :: Module ftpClientPlugin :: Class DebugPlugin |
|
Plugin
--+
|
DebugPlugin
A wrapper class around the ftp client debug plugin.
The FTP Debugging plugin provides a way for the user to trace FTP protocol messages which occur while the GridFTP client library processes an FTP operation. This may be useful for debugging FTP configuration problems.
When this plugin is used for a GridFTP Client operation, information will be printed to the file stream associated with the plugin when a user begins an operation, for all data buffers which pass through while handling a data transfer, and for all protocol messages which are sent and received.Method Summary | |
---|---|
Initialize an instance of the GridFTP debugging plugin. | |
Destroy an instance of the GridFTP debugging plugin. | |
Inherited from Plugin | |
Return the underlying ftp client plugin handle. |
Method Details |
---|
__init__(self,
file,
text)
|
__del__(self)
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Apr 4 14:32:53 2006 | http://epydoc.sf.net |