New Post: PortForwading Bug
I read last comments, but I'm not able to solve. I do this next test. I made a TEMP database on two sql servers availables with 2 freeSSH servers for each network. I create a temp users for SSH server...
View ArticleNew Post: PortForwading Bug
You are using the same port for both LocalForwards. Usually you should get an exception... but I'm bad in reading VB Change the port 14444 in Button2_Click to something different, e.g 14445.
View ArticleCommented Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: ** Comment from web user: sscoder **...
View ArticleCommented Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: ** Comment from web user: oeriksen **...
View ArticleNew Post: SftpClient.Exists always return true
I've created this little function in my project and I don't have any problems.public bool Exists(string remotefilepath) { try { _sftpClient.GetAttributes(remotefilepath); } catch...
View ArticleCommented Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: ** Comment from web user: sscoder **...
View ArticleCommented Unassigned: "Exists" function does not work [1696]
"Exists" function does not work in new version of SFTP client. Earlier this worked.Comments: ** Comment from web user: djpirra ** I am having the same issue.Did anyone looked into it? Can this be...
View ArticleNew Post: PortForwading Bug
But the forwading port is closed before reopen, I think this should works fine. in fact, I'm using a Chilkat SSH trial component while we find a solution for SSH.net, and works very well just like that.
View ArticleNew Post: PortForwading Bug
Hi, I could reproduce your issue with your code and credentials. The problem in fact isn't SSH.Net. Its the SqlConnection pool. To make it clear, the problem is your connection/query/result seems to...
View ArticleNew Post: netconfig on juniper solution
OK. I think I got this figured out I was loading an older version of the Binary. I am no longer getting the error. would anyone be able to post an example of an RPC message? I am sending the...
View ArticleNew Post: netconfig on juniper solution
I dostatic Renci.SshNet.NetConfClient nc;…nc =newNetConfClient(ip,user, pw);nc.AutomaticMessageIdHandling =false;nc.OperationTimeout =newTimeSpan(0, 0, 60);nc.Connect();… System.Xml.XmlDocument c = new...
View ArticleSource code checked in, #34458
Fix build when targeting .NET Framework 3.5 as Func only supports covariance on .NET Framework 4.0 and higher.
View ArticleSource code checked in, #34459
Modify Renci.SshNet.WindowsPhone project to target WP 7.1 again instead of 8.0. The upgrade of the solution and project files to VS 2013 caused this regression.
View ArticleSource code checked in, #34461
Remove Test project from solution as its a local project which is only used by Oleg.
View ArticleNew Post: Communication with OpenSSH windows
I am trying to connect to SSH server (OpenSSH Windows) but though it says its connected, none of the commands work. The output when logging in via Putty looks as follows: _login as: administrator...
View ArticleNew Post: Communication with OpenSSH windows
No Code, No Exceptions, No Service. Sorry ;)
View ArticleNew Post: Configuration Error Exception using Renci.SshNet in a CGI application
Hi, I included Renci.SshNet in a CGI application in order to implement an SFTP client in it, but when I invoke the Connect() method on SftpClient object I get this...
View ArticleNew Post: how to open more than 10 channels using a single connection object...
Can we declare the number of channels that can be used via single connection object? the way we use it is : var connectionInfo = new PasswordConnectionInfo(strServerIP, strUsername, strPassword);...
View ArticleNew Post: how to open more than 10 channels using a single connection object...
Thats a server issue, not changeable on client side. See: http://www.openbsd.org/cgi-bin/man.cgi?query=sshd_config&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html...
View Article