Sftp.AbortTransfer Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9448)
AbortTransfer(Object)
Aborts pending transfers (either file transfer or directory listing) identified by the specified user-provided state object.
Declaration
public void AbortTransfer(object state)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | state | A user-provided object that identifies the particular asynchronous transfer. |
AbortTransfer()
Aborts all pending file transfers (either file transfer or directory listing).
Declaration
public void AbortTransfer()