Closed Unassigned: Scp slow copy [2801]
Hi,I've been experimenting with the scp implementation and noticed it is slower compared to the command line tool scp. In my test, it is 5s to copy with scp, and 15s with SSH.NET. Is this expected? If...
View ArticleClosed Unassigned: Bug in SSH shell connection with Cisco IOS [2713]
Hi everyone! So I have compiled the project into a DLL and I am using that to connect to a Cisco server with SSH enabled. Everything works (I am able to issue commands, and the read back is correct),...
View ArticleClosed Unassigned: Sftpclient.Disconnect takes very long time [2738]
The following code takes over two minutes to execute. It gets stuck on Disconnect(). I am trying to connect to TITAN commercial FTP Server. SftpClient client = new SftpClient(sAddress, iPort, sUserID,...
View ArticleClosed Unassigned: Null Exception thrown inside library [2721]
Below exception crashes the windows app. Any Ideas what is cause of the problem here.Thanks.```Application: MyApp.exeFramework Version: v4.0.30319Description: The process was terminated due to an...
View ArticleClosed Unassigned: In some error cases, an unhandled exception might be...
There is a race condition that can cause an unhandled exception to be thrown. Take a look at the following code:```C#try{// "server" needs to be changed to a real SSH server// The credentials do not...
View ArticleClosed Unassigned: sftpClient and Exists method [2783]
I have wrote this simple test in MsTest:[TestMethod] public void TestExist(){// arrange var filename = "filename.txt"; var file = new MemoryStream(this.GetBytes("This is a test")); var cl = new...
View ArticleNew Comment on "Documentation"
Right-click on the File SshNet.Help.chm Klick Properties On the Right -Accept to See all Contents.
View ArticleNew Post: Does SSH.NET use .NET System.Security.Cryptography classes or...
Does SSH.NET library use .NET System.Security.Cryptography classes or implement its own Crypto classes ?
View ArticleNew Post: Does SSH.NET use .NET System.Security.Cryptography classes or...
We implement our own hashing and crypto classes, but we intend to use the BCL (System.Security.Cryptography) classes for those target framework where they are available. As of the 2016.0.0 release, we...
View ArticleNew Post: Disposing client without disconnecting
What is the best practice between these two examples? Does it make sense to put the Disconnect() in a finally block to ensure it is always called or is it acceptable to simply allow dispose to close...
View ArticleReviewed: 2016.0.0 (Oct 13, 2016)
Rated 5 Stars (out of 5) - I need this one for my project
View ArticleNew Post: stty:: Invalid command error reported as error while trying to run...
Hi, We use Renci SSH library to communicate with a solaris server. I observe that for any command it reports an error stty::Invalid command but the ExitStatus is always 0...meaning that command was...
View Article