.NET CancelationToken
is not supported yet - Rebex FTP and SFTP use a cancelation API (Sftp.AbortTransfer
and Ftp.Abort
methods) that predate .NET CancelationToken API.
To integrate Rebex FTP and SFTP into systems based on CancelationToken
, CancelationToken.Register
method can be used to trigger cancelation of Rebex operation when needed.