Re: Stop Download (General questions)
thanks for that, might try it another way, rediecting the output from and list command to a file on the server ?
Possible
Thanks
Darren,
you can call Abort method to stop file transfer.
http://www.weonlydo.com/FtpDLX/Help/wodFtpDLXLib~wodFtpDLX~Abort.html
But I'm not sure how will you call in in Blocking mode, since PutFile/GetFile doesnt' return control to you until it finishes.
As for timeout - try to increate Timeout property value, or set it to 0. Can you try that?