Progress Event
Fired whenever data is being transferred between the localhost and RemoteHost .
Object Oriented Interface
public function fireProgress($param);
Procedural Interface
ipworks_rcp_register_callback($res, 5, array($this, 'fireProgress'));
Parameter List
'percentdone'
Remarks
The 'PercentDone' parameter shows which portion of the file has already been transferred.