Put File not working (wodSFTP / wodSFTP.NET / wodSFTPdll)
Hi.
Ok, please don't use both Blocking = True and Events - since calling blocking method from within events will block everything.
You can move PutFile call to after successful Connect. Since blocking is true, that is line below Connect call.
Does that help?
Jasmine