Quantcast
Channel: SSH.NET Library
Browsing all 2955 articles
Browse latest View live

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 Article


Closed 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 Article


Closed 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 Article

Closed 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 Article

Closed 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 Article


Closed 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 Article

Reviewed: 2016.0.0 (Sep 22, 2016)

Rated 5 Stars (out of 5) - Want for Monitoring

View Article

New Comment on "Documentation"

Right-click on the File SshNet.Help.chm Klick Properties On the Right -Accept to See all Contents.

View Article


New 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 Article


New 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 Article

Reviewed: 2016.0.0 (out 06, 2016)

Rated 5 Stars (out of 5) - verificand a versão

View Article

New 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 Article

Reviewed: 2016.0.0 (Oct 13, 2016)

Rated 5 Stars (out of 5) - I need this one for my project

View Article


Reviewed: 2016.0.0 (十一月 02, 2016)

Rated 5 Stars (out of 5) - test..........

View Article

New 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


Reviewed: 2016.0.0 (Thg11 11, 2016)

Rated 5 Stars (out of 5) - Very good tks :v

View Article

Reviewed: 2016.0.0 (Nov 14, 2016)

Rated 5 Stars (out of 5) - very good product

View Article


Reviewed: 2016.0.0 (十一月 16, 2016)

Rated 1 Stars (out of 5) - I can't download

View Article

Reviewed: 2016.0.0 (nov 21, 2016)

Rated 2 Stars (out of 5) - ertetyertert

View Article

Reviewed: 2016.0.0 (十一月 22, 2016)

Rated 5 Stars (out of 5) - I want to download

View Article
Browsing all 2955 articles
Browse latest View live


Latest Images