Commented 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 ArticleCommented 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 ArticleCommented Unassigned: Pageant (PuTTY) Integration [2727]
First thank you for a great C# SSH library.In my limited understanding using Pageant requires the SSH code to call out to Pageant and ask it to calculate security hash(es).Could this be implemented to...
View ArticleCommented 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 ArticleCreated Unassigned: SftpPermissionDeniedException: %RNTO-bad% [2789]
Hi,I am utilizing SSH.NET library for SFTP file processing and even though user has permission to rename file (move), I get below exception. ```%RNTO-bad%(DelegateServiceHandle.Start =>...
View ArticleCreated Unassigned: Command "sed" is not functional [2790]
Command "sed" is not functional:```cmd = sshClient.RunCommand("sed -i 's/VARS=.*/VARS=12/g' /tmp/dataconf.cfg #")Threading.Thread.Sleep(2000)cmd = sshClient.RunCommand("save...
View ArticleCreated Unassigned: Mocking [2792]
Hi,I am using dependency injection to inject SftpClient into my code. Since there are no interfaces defined in this project I have written a wrapper/proxy around SftpClient so that I can inject a...
View ArticleCreated Unassigned: The requested address is not valid in its context [2798]
Hi,I am encountering error as stated above. It is encountered upon hitting ```this.client.Connect();``` . Below is the block of code involved, for your reference:```public bool Connect() { bool success...
View ArticleCreated Unassigned: Server response does not contain SSH protocol...
Getting an error Renci.SshNet.Common.SshConnectionException: Server response does not contain SSH protocol identification. at Renci.SshNet.Session.Connect() at Renci.SshNet.BaseClient.Connect() when...
View ArticleCreated 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 ArticleCommented 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 ArticleCommented 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 ArticleCommented 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: Event handle leak in 2014.4.6-beta2 [2730]
Still seeing a serious event handle leak with this library. Especially pronounced when downloading tens of files from dozens of servers.I saw that an event handle leak was dealt with in this version...
View ArticleCreated Unassigned: stty: standard input: Invalid argument [2803]
Hi SSH.NET team, Thanks for providing such a good library. I'm having an issue (shown as title) when trying to use ssh.RunCommand() function to execute a command on a remote linux. Has anyone else come...
View ArticleCreated Unassigned: Can't install SSH.NET into Xamarin Android Project [2806]
When using NuGet Package Manager (latest version) to install SSH.NET into a Xamarin Android project in Visual Studio 2015 Community Edition, I get the following error - is there anything I can do about...
View ArticleCommented Unassigned: Can't install SSH.NET into Xamarin Android Project [2806]
When using NuGet Package Manager (latest version) to install SSH.NET into a Xamarin Android project in Visual Studio 2015 Community Edition, I get the following error - is there anything I can do about...
View ArticleCommented Unassigned: Can't install SSH.NET into Xamarin Android Project [2806]
When using NuGet Package Manager (latest version) to install SSH.NET into a Xamarin Android project in Visual Studio 2015 Community Edition, I get the following error - is there anything I can do about...
View ArticleCommented Unassigned: Can't install SSH.NET into Xamarin Android Project [2806]
When using NuGet Package Manager (latest version) to install SSH.NET into a Xamarin Android project in Visual Studio 2015 Community Edition, I get the following error - is there anything I can do about...
View ArticleClosed Unassigned: Can't install SSH.NET into Xamarin Android Project [2806]
When using NuGet Package Manager (latest version) to install SSH.NET into a Xamarin Android project in Visual Studio 2015 Community Edition, I get the following error - is there anything I can do about...
View Article