checkFtpClientAbort ( self )
This has a time.sleep, to give the ftp handle a chance to connect, before the
operation is aborted.
Otherwise this error is printed out
globus_ftp_control_force_close: Handle is not connected
If this happens the complete callback is never called which means the function will hang
because the condition variables are not notified.
|