Thanks Oleg, I downloaded the source successfully. I had to make a few changes to make it compile in VS2008 (replacing default parameters with overloaded functions).
I am having a problem with the downloaded source version vs. the binary file. I am able to use the binary 3.5 dll successfully to sftp a filestream. When I use the downloaded source version, I always get an error when trying to connect to the FTP host.
The error I get is
Message "Session operation has timed out" string
StackTrace " at Renci.SshNet.Session.WaitHandle(WaitHandle waitHandle) in C:\\Projects\\sshnet-22445\\Renci.SshClient\\Renci.SshNet\\Session.cs:line 643\r\n at Renci.SshNet.Session.Connect() in C:\\Projects\\sshnet-22445\\Renci.SshClient\\Renci.SshNet\\Session.cs:line 538\r\n at Renci.SshNet.BaseClient.Connect() in C:\\Projects\\sshnet-22445\\Renci.SshClient\\Renci.SshNet\\BaseClient.cs:line 117\r\n at ReportGenerationLibrary.BusinessObject.FtpFileBO.getSFTPClient() in C:\\Projects\\ReportGenerationLibrary\\BusinessObject\\FtpFileBO.cs:line 288" string
Does this error mean anything to you?
Regards,
Gerri