error 30027 (wodSFTP / wodSFTP.NET / wodSFTPdll)
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