New Post: how to open more than 10 channels using a single connection object...
the screenshot is at http://prntscr.com/2rtvhj after changing the parameter from 10 to 50 , error still continues.
View ArticleNew Post: how to open more than 10 channels using a single connection object...
You have restarted the ssh-server? Btw. IMHO your approach to increase the Limit is a wrong way to "fix" this. Your code must handle those exceptions and have a kind of command-queue. The limit exists...
View ArticleNew Post: how to open more than 10 channels using a single connection object...
Yes service restartedkayhan yuksel12 Şub 2014 18:28 tarihinde "da_rinkes" <[email removed]> yazdı:From: da_rinkesYou have restarted the ssh-server?Read the full discussion online.To add a post to...
View ArticleCreated 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: 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 ArticleNew Post: how to open more than 10 channels using a single connection object...
We have resolved it with a workaround . Used a list like 'List<SSHClient> clients' and added as many as NumOfSSHObjects. NumOfSSHObjects = NumOfCommands / 10; if ( (NumOfCommands % 10 ) > 0) {...
View ArticleNew Post: how to open more than 10 channels using a single connection object...
Why not hack some code to make it independent of the MaxSession number? Now you are just guessing its 10. Don't know for what/who you are writing this code, but if your code hits a server with a...
View ArticleNew Post: how to open more than 10 channels using a single connection object...
if so , then use the ssh client to grep the MaxSessions variable from config file of the linux service and declare a parameter for it. Currently this is a project to be used for inhouse purposes but...
View ArticleNew Post: Getting /bin/env xxxx no such file or directory
Hello, I am starting to use SSH. net When I use putty I can login and then run a command with success. After log in I type the following command:"/usr/local/bin/runTest-ccc 10.218.48.120 neo neo c-test...
View ArticleNew Post: Getting /bin/env xxxx no such file or directory
My problem is solved. I just needed to send the command as bash
View ArticleNew Post: Slow Performance .... help!!
I have a very simple proof of concept app that is using the SSH.NET library, but it is very slow when trying to download a file. I am connecting via sftp and only getting about 100KB instead of...
View ArticleSource code checked in, #34518
* Allow a private key to be read from a file which is already open, but which allows read access. This allows multiple connections to use the same private key file concurrently. * Added tests for...
View ArticleNew Post: Slow Performance .... help!!
OK. Since your code won't compile (SshClient has no DownloadFile), I wrote some code for pseudo measurement myself: private static void DownloadFile(string ip, string user, string password, string...
View ArticleCommented Unassigned: SSHNET Issue [1789]
I want to use SSH.Net library in my visual studio 2010 project for that i need to refer SSHNET project as a example. but the SSHNET project which i download from link https://sshnet.codeplex.com/ by...
View ArticleClosed Issue: OverflowException on empty server response [1562]
Hello,I'm trying to connect to OS X Mountain Lion from a Windows Phone 7.5 application using a SFTP client implemented using your library (version 2013.4.7), and upon sftpclient.connect, after a few...
View ArticleReopened Issue: Error: Message type 52 is not valid [652]
I run a bunch of threads (max 30) which all create a client and connect to the same server, and run a few commands.All the clients use the same ConnectionInfo object to connect. The following exception...
View ArticleCommented Issue: Error: Message type 52 is not valid [652]
I run a bunch of threads (max 30) which all create a client and connect to the same server, and run a few commands.All the clients use the same ConnectionInfo object to connect. The following exception...
View ArticleReopened Issue: OverflowException on empty server response [1562]
Hello,I'm trying to connect to OS X Mountain Lion from a Windows Phone 7.5 application using a SFTP client implemented using your library (version 2013.4.7), and upon sftpclient.connect, after a few...
View ArticleEdited Issue: OverflowException on empty server response [1562]
Hello,I'm trying to connect to OS X Mountain Lion from a Windows Phone 7.5 application using a SFTP client implemented using your library (version 2013.4.7), and upon sftpclient.connect, after a few...
View Article