Abort connection attemp (wodSFTP / wodSFTP.NET / wodSFTPdll)
Hi,
i would like to know if there is a way to abort connection establishment?
The Abort command seems not not to be the right one.
Re: Abort connection attemp
Patrick,
why don't you just call Disconnect? That should do the trick.
Re: Abort connection attemp
Oh yes, that seems to work.
Ah, as i see in the documentation:
The Disconnect method will close the socket between wodSFTP and the remote server, thus breaking the connection and any ongoing transfers.
Thank you.