ResetQueue Method
Resets the queue of files to be transferred.
Object Oriented Interface
public function doResetQueue();
Procedural Interface
ipworksssh_sftp_do_resetqueue($res);
Remarks
This method will remove all files from the transfer queue.
Calling this method will clear all files that were queued by QueueFile. Calling this method will not affect current transfers.