Abort transfer in FtpDLX.NET? (wodSFTP / wodSFTP.NET / wodSFTPdll)
I can't figure out how to abort a transfer in FtpDLX.NET. FtpDLX (the COM component) has an Abort() method, but it does not appear that FtpDLX.NET (the .NET assembly) supports that method. Am I missing something obvious?
I'm converting an app from SFTP.NET, which also has an Abort() method.