control state gets stuck on executing state - WeOnlyDo Discussion board

control state gets stuck on executing state (wodSFTP / wodSFTP.NET / wodSFTPdll)

by jimcam, Thursday, January 12, 2006, 17:17 (6704 days ago)

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

by wodSupport, Thursday, January 12, 2006, 17:20 (6704 days ago) @ jimcam

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

by jimcam, Thursday, January 12, 2006, 17:37 (6704 days ago) @ wodSupport

Ok, I'll try blocking and see if that helps... thanks