Commented Issue: SshClient.Connect hangs if server denies access per software...
Hello,SshClient works for me fine if ssh connection is possible and it works fine if ssh connection is not possible - one may think now, that everything is fine... :-)But there is another case: target...
View ArticleCommented Issue: SFTP default path [1403]
Can sftp.BeginUploadFile etc be made to accept the default (SFTP Server) path. I don't see why you should be forced to set it.Comments: ** Comment from web user: olegkap ** As far as I remember if you...
View ArticleClosed Issue: ShellStream(string, timespan) hangs due to calling the...
Hi guys,My aplogies if this has already been picked up. I did a quick search but was unable to find any other issues related. There is a slight issue with ShellStream.sh:323. The method takes a...
View ArticleCommented Issue: ShellStream(string, timespan) hangs due to calling the...
Hi guys,My aplogies if this has already been picked up. I did a quick search but was unable to find any other issues related. There is a slight issue with ShellStream.sh:323. The method takes a...
View ArticleCommented Issue: Half open connection handling [1326]
<p>Find a way to handle the situation when server is unreachible due network problems gracefully.</p>Comments: ** Comment from web user: olegkap ** Hi,Please check out latest code to see if...
View ArticleCommented Issue: SftpClient.UploadFile() - "Connection was lost" after...
<p>Background: We are programmatically transferring files to an SFTP site that our company does not manage. Previously, we encountered an issue in which larger files would only partially upload...
View ArticleClosed Issue: SftpClient.UploadFile() - "Connection was lost" after...
<p>Background: We are programmatically transferring files to an SFTP site that our company does not manage. Previously, we encountered an issue in which larger files would only partially upload...
View ArticleCommented Issue: SftpClient.UploadFile() - "Connection was lost" after...
<p>Background: We are programmatically transferring files to an SFTP site that our company does not manage. Previously, we encountered an issue in which larger files would only partially upload...
View ArticleCommented Issue: The proccess stuck on the command UploadFile [1303]
<p>Hi when I Using this Code In VS2010 it's Work fine, But when I run it outside VS2010</p><p>the proccess stuck on the command UploadFile and I need to stop the proccess, and I can...
View ArticleCommented Issue: SshCommand should have an InputStream [1422]
In Python using paramiko, I would write code like:<br> cli = SSHClient()<br> cli.connect(....)<br> myIn,myOut.myErr = cli.exec_command(r"""bash -c...
View ArticleClosed Issue: SshCommand should have an InputStream [1422]
In Python using paramiko, I would write code like:<br> cli = SSHClient()<br> cli.connect(....)<br> myIn,myOut.myErr = cli.exec_command(r"""bash -c...
View ArticleCommented Issue: ssh linux from silverlight 5 [1359]
I tried to use ssh.net nuget with sl 5 and got exception "Could not load file or assembly 'Microsoft.CSharp, Version=2.0.5.0..." So up to now build is valid for sl 4 and not valid for...
View ArticleCommented Issue: Unobserved exception rethrown by finalizer thread [1298]
<p>Hi,</p><p> </p><p>There is an unhandled System.AggregateException in a worker thread within SSH.NET version 18974 that causes the container application to...
View ArticleClosed Issue: Application hangs when try to connect switched off sFTP router...
<p>Hello,</p><p> </p><p>I am trying to connect to SFTP router, which is switched off. Application gets hangs/ takes too much resources (99...
View ArticleCommented Issue: duplicate SSH_MSG_CHANNEL_CLOSE for same channel lets...
<p>When transferring files with SCP from a device running dropbear 0.53.1 I noticed connection aborts on the PC runninng SSH.NET with error messages from...
View ArticleClosed Issue: PortForwardLocal to all local addresses [1162]
<p>I want to do a PortForwardLocal to "0.0.0.0" or as ive come to know IPAddress.Any, this is to let other computers use the portforward....
View ArticleClosed Issue: Issue Executing Mulitple Commands using SshClient [941]
<p>I have found an issue using the SshClient when I try to execute multiple commands such as changing directories followed by execution operation (e.g "cd program files\\Smart tools...
View ArticleCommented Issue: SCP fails with dropbear because of option -q [1164]
<p>SCP transfer uses commands like this</p><p>channel.SendExecRequest(string.Format("scp -qpf \"{0}\"", filename));</p><p>When the...
View ArticleCommented Issue: ScpClient hangs when remote SCP fails [1166]
<p>The problem occurred in connection with http://sshnet.codeplex.com/workitem/1164</p><p> </p><p>When trying to download a file, the remote SCP program did not...
View ArticleCommented Issue: Client disconnect not handled. [1264]
<p>I am using the DLL to tunnel RDP traffic using port forwarding. When disconnecting a session, I was getting a null reference exception from the dll. Eventually discovered it was coming from...
View Article