__init__ (
self,
beginCB,
markerCB,
completeCB,
arg,
)
Initialize an instance of the GridFTP restart marker plugin.
This function will initialize the resart marker plugin-specific instance data for this
plugin, and will make the plugin usable for ftp client handle attribute and
handle creation.
Arguments
beginCB The callback to be called upon the start of the transfer..
markerCB The callback to be called with each restart marker
received.
completeCB The callback to be called to indicate transfer
completion.
arg An arbitary argument to be passed to all the callbacks.
Raises
A PluginException is thrown if unable to init the plugin.
|