done event (wodFtpDLX / wodFtpDLX.NET)
Scott,
it's hard to say what is the problem without trying. I assume you're using Blocking = False. If so
if p_state = 1 then
putfile
p_state = 5
end
then this code would execute p_state = 5 too soon, you should rather set p_state inside Done event.
Also, note that MakeDir, DeleteFile etc.. also trigger Done event. Not sure if you're using them or not.
Kreso