Re: Exception thrown after IwodFtpDLXComPtr::Abort (General questions)
Hi Joe,
Abort Method aborts method that is currently executing.
You should just call this method when you want to end transfer.
After some short time (cannot happen immediately) your transfer will stop with an error 40551 (Transfer aborted) and you will be able to resume your operations later.
Connection with the server will not be broken.
Aborting file transfer may not stop immediately - you should wait until Done event is fired in order to execute next command.
Hope this helps.
Regards,
Drazen
Complete thread:
- Exception thrown after IwodFtpDLXComPtr::Abort - jz1, 2006-06-28, 17:45
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - wodDrazen, 2006-06-28, 18:08
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - jz1, 2006-06-28, 18:45
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - wodDrazen, 2006-06-28, 18:58
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - jz1, 2006-06-28, 21:09
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - wodDrazen, 2006-06-28, 18:58
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - jz1, 2006-06-28, 18:45
- Re: Exception thrown after IwodFtpDLXComPtr::Abort - wodDrazen, 2006-06-28, 18:08