done event (wodFtpDLX / wodFtpDLX.NET)

by Jasmine, (3974 days ago) @ scot e styer

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

locked

Complete thread:

 

  • done event
    • done event