New Post: on cisco router no response after send Enable
class switchSshSession Class switchSshSession Inherits switchSession Private SSHPasswordConnection As Renci.SshNet.PasswordAuthenticationMethod Private SSHKeyboardInteractive As...
View ArticleNew Post: Invoke-SsshCommand password problem
Hi, I trying to execute a command using Invoke-SshCommand. While executing a command with sudo, its giving error bcz password not passed for sudo. So please anyone help me on how to deal with. ex:...
View ArticleNew Post: VB.NET Framework 3.5 and Renci ssh - keep session open
Hi everyone, I'm using Renci SSH within my vb.net project and wondering how I can pass multiple commands and keep the session open. I'm just testing things at the moment, but I'd like to navigate to a...
View ArticleNew Post: VB.NET Framework 3.5 and Renci ssh - keep session open
SshCommand opens a new shell for every command, so your commands are not in the same context. In your case you can simply combine the commands by using "&&", "||" or...
View ArticleCreated Unassigned: File corruption on download [1951]
I attached sources to test the bug. The bug occurred in last version from SVN. Last official release of 2013 year works fine.
View ArticleCreated Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.
View ArticleNew Post: Slow failure reading non-existing file using SCP
Hi, Just tried to reproduce it and it fails fast: var start = DateTime.Now; try { var scp = new ScpClient(res.host, int.Parse(res.port), res.user, res.password); scp.Connect(); var file = new...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: spidercode ** I am facing the same issue. When I Check whether file or directory exists or not, it...
View ArticleNew Post: sftp client 'Exists' method returns true always
I am using SSH.NET library which is working perfectly on LINUX SFTP server. But I used the same code to check on Windows SFTP but it is not working as expected. Issue is that when I check whether...
View ArticleCommented Unassigned: File corruption on download [1951]
I attached sources to test the bug. The bug occurred in last version from SVN. Last official release of 2013 year works fine.Comments: ** Comment from web user: drieseng ** I only had time to take a...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: da_rinkes ** I can reproduce it with OpenSSH 6.4 on OpenBSD, but with OpenSSH 6.2 on Ubuntu 13.10...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: trurl123 ** I cannot fix SFTP server. Google owns it. See attached sources. It contains test...
View ArticleCommented Unassigned: File corruption on download [1951]
I attached sources to test the bug. The bug occurred in last version from SVN. Last official release of 2013 year works fine.Comments: ** Comment from web user: trurl123 ** Yes, WinSCP has bug too. Use...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: spidercode ** @da_rinkes : my application has been hosted on Windows server and it connects to the...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: da_rinkes ** hehe, i didn't expect you to fix the server :)I just think it would be nice if this...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: drieseng ** The problem lies with the use of SSH_FXP_REALPATH.The spec has not always been clear on...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: drieseng ** I think I'll modify Exists to use SSH_FXP_LSTAT, and only return false when the server...
View ArticleCommented Unassigned: various System.ObjectDisposedException [1944]
during a long connection I get following exceptions:```System.ObjectDisposedException: Das SafeHandle wurde geschlossen. bei Renci.SshNet.Session.WaitHandle(WaitHandle waitHandle) in...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: da_rinkes ** Does Exists() still work on directories if SSH_FXP_LSTAT is used instead?The RFC also...
View ArticleCommented Unassigned: Exists function returns always true for any file [1952]
See attached test source. Some old version of ssh.net worked fine.Comments: ** Comment from web user: da_rinkes ** drieseng: Looks good with RequestLStat instead of RequestRealPath.Don't forget to...
View Article