Are there issues with using SFTP.Net in a VB.NET (wodSFTP / wodSFTP.NET / wodSFTPdll)
I am unable to download a file. It does not error out when running the following line:
Sftp1.GetFile( c:1.txt , exporthomeduserdLevel.txt )
I have tried putting in sleeps to get the events to fire as they should.
System.Threading.Thread.Sleep(500)
I ensured that the connected event was raised and chk'd that the Sftp1.State was not disconnected. I could watch the thing say Receiving File , but no file was received. What's up?
Thoughts?
wth