error 30027 (wodSFTP / wodSFTP.NET / wodSFTPdll)

by AndyJ, (3731 days ago) @ Jasmine

I'm surprised the code ever worked at all in that case.
It has DoEvents all over the place, including the LoopItem event!

And in the main loop, like this:
...
DoEvents
ftpMain.Connect
DoEvents
...
DoEvents
ftpMain.GetFile sDstName, sSrcName
DoEvents

So I've taken them all out and will see what happens.

Andy

locked

Complete thread: