control state gets stuck on executing state (wodSFTP / wodSFTP.NET / wodSFTPdll)
After doing a directory I loop with doevents until controls state (.state) = connected. But when I do a directory, the state returns #6 (Executing) and does'nt clear up or change... it constantly is at executing. (I'm using the wodsftp.dll)
Re: control state gets stuck on executing state
Jim,
I'm not sure I understand what's happening. Can you explain better, perhaps with some code snippets?
Also, why don't you use Blocking set to True?
Kreso
Re: control state gets stuck on executing state
Ok, I'll try blocking and see if that helps... thanks