Are there issues with using SFTP.Net in a VB.NET - WeOnlyDo Discussion board

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

by wth, Wednesday, April 06, 2005, 22:15 (6970 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


Complete thread: