Commented Unassigned: SendKeepAlive fails: An established connection was...
Seems like library does not handle Socket Exceptions gracefully in all cases. If I set time span value for SendKeepAlive and connection is lost System.Net.Sockets.SocketException exception is thrown....
View ArticleCommented Unassigned: SendKeepAlive fails: An established connection was...
Seems like library does not handle Socket Exceptions gracefully in all cases. If I set time span value for SendKeepAlive and connection is lost System.Net.Sockets.SocketException exception is thrown....
View ArticleNew Post: Slow upload speeds
I can't test myself but two people tested 2014.4.6-beta1 version and upload speed is fixed in this version. But we will wait for it to release with NuGet.
View ArticleCommented Unassigned: SCPClient hangs (downloading) when connections problem...
SCPClient hangs (downloading) when connections problem occurred on Version: 2013.4.7Simple way of reproduction:1. Remove scp (/var/bin/scp) from remote mashine.2. Try to download some file from this...
View ArticleCommented Unassigned: SCPClient hangs (downloading) when connections problem...
SCPClient hangs (downloading) when connections problem occurred on Version: 2013.4.7Simple way of reproduction:1. Remove scp (/var/bin/scp) from remote mashine.2. Try to download some file from this...
View ArticleCreated Unassigned: System.NullReferenceException when running from SSIS in...
Hello,I'm using the SSH.NET library in SSIS(SQL Server Integration Services) script task in in 64bit. Using actions like Create() or DownloadFIle() on an SftpClient object causes the second script task...
View ArticleNew Post: Best way to get full results of SshCommand? (and other questions)
Hello, What is the best way to get full results of an SshCommand synchronously? i.e. I just want to block until it's done. Is it just:var cmd = client.CreateCommand("mycmd"); cmd.Execute(); String...
View ArticleNew Post: Next release timeline?
2014.4.6-beta1 looks to have some good fixes. When is the final release expected? Thanks! David
View ArticleNew Post: not all files are listed
Hi, there; I am using SftpClient to connect the SFTP server which is successful. The problem I found is that it says the number of files in the server is 7000s when calling ListDirectory(). But ifI use...
View ArticleCreated Unassigned: Cannot find type...
Hi,I'm trying to use this library on windows phone 8.1I downloaded the windows Phone 8.0 version but when I try to use the library i get the following error:Cannot find type...
View ArticleNew Post: SftpClient _socket.Disconnect vs. _socket.DisconnectAsync - VanDyke...
I am developing an app using sshnet and have run into a problem when I try a different sftp server. I developed the app using VanDyke Sftp server and everything works great. However, when I switched to...
View ArticleNew Post: create dll
Hi, I'm new her and new with programming. Can someone please reference me to a guide explains how to add to create and add the "dll" reference of renci ssh? Thanks,
View ArticleNew Post: create dll
Or just provide me the dll for 2014.4.6-beta1 version if it's possible. Thanks!
View ArticleNew Post: Problem to receive SshCommand.Execute() response
Hi, I call SshCommand.Execute() method a lot of times to copy files on a linux system. I am communicating with 3-5 hosts at the same time and sometimes SshCommand.Execute() hangs for some of the...
View ArticleNew Post: How to get command result which contains multiple lines...
pcinfo = new PasswordConnectionInfo(host, username, password); sftpclnt = new SftpClient(pcinfo); clnt = new SshClient(pcinfo); clnt.Connect(); cmd1 = clnt.RunCommand(command2);...
View ArticleNew Post: create dll
Zip files containing the SSH.NET assembly for all supported target framework are available from the Downloads page. We also have a nuget package. Note that the 2014.4.6-beta1 release of our nuget...
View ArticleNew Post: Next release timeline?
I can't give an exact timeline, but I'll probably release another beta first.
View ArticleNew Post: not all files are listed
Robert, Can you reproduce this issue with a public SFTP server ? I reviewed our code, and couldn't immediately find a bug in this area. Thanks! Gert
View ArticleCommented Unassigned: Dynamic Port Forwarding slows down to a crawl [2010]
When using dynamic port forwarding it starts well but after a couple of minutes of surfing it slows sown and when looking at the connections using netstat -na many are in a waiting state. Used for...
View ArticleNew Post: not all files are listed
Hi, Drieseng; After spending quite a bit time to investigate this, it was SFTP server issue (out of our control). WinSCP setting and SftpClient was directed to different SFTP server (UAT and live)....
View Article