Re: error ListDir (General questions)
Arturo,
no, this is the code, not the problem. Please can you explain what the problem is? I can't know what your code is doing.
But code is obviously wrong. If you're using nonblocking mode, then you *can not* send more than one ListDir without waiting for Done event in the meantime - so your loop cannot be there.
On the other hand, if you are using blocking mode, then you *are not* allowed to call methods from within wodFtpDLX'es event.
So, either way is wrong. Please change your code by above guidelines.
Kreso
Complete thread:
- error ListDir - Arturo, 2006-02-17, 20:27
- Re: error ListDir - wodSupport, 2006-02-17, 20:30
- Re: error ListDir - Arturo, 2006-02-17, 21:11
- Re: error ListDir - wodSupport, 2006-02-17, 21:13
- Re: error ListDir - Arturo, 2006-02-17, 22:20
- Re: error ListDir - wodDrazen, 2006-02-17, 22:49
- Re: error ListDir - Arturo, 2006-02-17, 22:20
- Re: error ListDir - wodSupport, 2006-02-17, 21:13
- Re: error ListDir - Arturo, 2006-02-17, 21:11
- Re: error ListDir - wodSupport, 2006-02-17, 20:30