Commented Unassigned: Installation Dependencies/Instructions [2706]
I have downloaded these three modules and placed them in the "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\SSH-Sessions" directory....
View ArticleCommented Unassigned: Installation Dependencies/Instructions [2706]
I have downloaded these three modules and placed them in the "C:\Windows\System32\WindowsPowerShell\v1.0\Modules\SSH-Sessions" directory....
View ArticleCommented Issue: 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 Issue: 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 ArticleCreated Unassigned: Cisco 3600 Error Sending enable password [2808]
Bottom Line: On a 3600 Cisco switch, after sending the enable password the LostConnection event is raised, with this trace:___at Renci.SshNet.Common.SshDataStream.ReadBytes(Int32 length) at...
View ArticleCommented 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 ArticleCommented 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 ArticleClosed Unassigned: Cisco 3600 Error Sending enable password [2808]
Bottom Line: On a 3600 Cisco switch, after sending the enable password the LostConnection event is raised, with this trace:___at Renci.SshNet.Common.SshDataStream.ReadBytes(Int32 length) at...
View ArticleClosed Issue: 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: 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 ArticleCommented 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: ListDirectory with Only List .txt Files [2826]
Hello Sir,As I am using Renci.SshNet for SFTP Connect . But ListDirectory with path i want only ".txt" Files only. Is is possible or not in these in Asp.net 3.5 C#
View ArticleClosed Unassigned: ListDirectory with Only List .txt Files [2826]
Hello Sir,As I am using Renci.SshNet for SFTP Connect . But ListDirectory with path i want only ".txt" Files only. Is is possible or not in these in Asp.net 3.5 C#Comments: The SFTP specification does...
View ArticleCreated Unassigned: ForwardedPortRemote incredibly slow [2831]
HiI am using SSH.NET to make remote port forwarding. I use created tunnel for http proxy and proxy works incredibly slow, it takes 20 times more time to load some usual page though SHH.NET comparing...
View ArticleClosed Unassigned: ForwardedPortRemote incredibly slow [2831]
HiI am using SSH.NET to make remote port forwarding. I use created tunnel for http proxy and proxy works incredibly slow, it takes 20 times more time to load some usual page though SHH.NET comparing...
View Article