Re: Invalid state. Not connected (General questions)

by Jasmine, (7288 days ago) @ Ala

Ala,

you cannot use Blocking AND events. When you set Blocking = True and execute method from within an event, application freezes - you have noticed that.

But if you use ASP.NET then you MUST use Blocking = True, otherwise your page will be returned to the client before wodSFTP manages to connect in the background! Async behavior doesn't suit you now. Do you agree with me?

locked

Complete thread: