Event Based Operations Problem (wodFTPServer)
hi,
I am getting problems in dealing with event based operations of wodFTPDlx. My code looks like:
1- mySFTPObj.Connect 'in connected event i store errorcode in local var
2- mySFTPObj.GetStatus 'return code from local var
problem is right after Connect statement i try to get status , at that time component is performing handshake/authenticating etc so Connected event is not fired and local variable is not set. It returns false.
Same is the case for Operations like LisDir when you have to wait otherwise component busy error occured.
I think some delay is to be introduced between operations and getting their status. Is there any recommended solution to deal with this problem?
Thanks for your time.
Complete thread:
- Event Based Operations Problem - Anyz, 2004-08-31, 08:45
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 10:44
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 12:16
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 13:44
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 14:16
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 14:28
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 14:51
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 15:09
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 15:28
- Certificate/Keys Understandings/Findings - Anyz, 2004-09-01, 10:33
- Re: Event Based Operations Problem - wodSupport, 2004-09-01, 11:48
- Updating to Licence Version - Anyz, 2004-09-02, 08:23
- Re: Event Based Operations Problem - wodSupport, 2004-09-02, 09:02
- Updating to Licence Version - Anyz, 2004-09-02, 08:23
- Re: Event Based Operations Problem - wodSupport, 2004-09-01, 11:48
- Certificate/Keys Understandings/Findings - Anyz, 2004-09-01, 10:33
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 15:28
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 15:09
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 14:51
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 14:28
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 14:16
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 13:44
- Re: Event Based Operations Problem - Anyz, 2004-08-31, 12:16
- Re: Event Based Operations Problem - wodSupport, 2004-08-31, 10:44