Ftp.Abort Method
Namespace: Rebex.Net
Assembly: Rebex.Ftp.dll (version 7.0.9083)
Abort()
Aborts the current operation.
Declaration
public void Abort()
Implements
Remarks
The operation need not end immediately, it will finish within the interval specified by AbortTimeout. Aborting data transferring operations (including GetList(), GetRawList(), GetNameList() and GetItems) may take twice the amount of time specified by AbortTimeout.
The aborted operation will end either successfully, or with FtpException of status OperationAborted or Timeout. The Ftp object may remain in Reading, Sending or Processing state. In this case, call Flush(Int32) to get back to the Ready state.