Are there issues with using SFTP.Net in a VB.NET (wodSFTP / wodSFTP.NET / wodSFTPdll)

by wth @, (7331 days ago)

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

locked

Re: Are there issues with using SFTP.Net in a VB.

by Jasmine, (7331 days ago) @ wth

Did you get any errors? Do you use Blocking = True? Why don't you use full paths?
I would need to see your complete code to explain why GetFile call failed.

locked