Commented 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 ArticleNew Post: Slow failure reading non-existing file using SCP
Hi, Thanks for having a look. Interesting. The 'server' is a proprietary Linux device we manufacture. I need to investigate further. The way you use the ScpClient is different to my implementation, I...
View ArticleNew Post: Slow failure reading non-existing file using SCP
Sorry I did not answer your question about the server properly. It is a Linux box using SSH-2.0-dropbear_0.49 Thx Rob
View ArticleNew Post: Slow failure reading non-existing file using SCP
Thanks, I have confirmed that the 3 second delay is on the server end, nothing to do with SSH.NET. Thanks for your help
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleNew Post: Maintain connection through different forms
I am using : client = new SshClient(res.host, int.Parse(res.port), res.user, res.password); _client.connect(); in FORM1 after successful authentication I want to execute commands in FORM2: Just like :...
View ArticleCommented Unassigned: SsHAuthenticationException Unhandelled [1960]
Hi,I am creating a C# application that executes Linux command remotely.Everything is fine with SSH.NET.But when I enter wrong password it is not giving proper ERROR, just exception un-handed is the...
View ArticleNew Post: Missing file from 2014.4.6-beta1 source
I downloaded the latest release, 2014.4.6-beta1, source and tried to compile but am missing the Renci.SshNet.snk file from the project. What is this file and how can I go about getting it?
View ArticleNew Post: Missing file from 2014.4.6-beta1 source
This file contains the key to sign the assembly. You can't get it (hopefully :)). Open the Properties of the project in VisualStudio and uncheck the "Sign the assembly" checkbox. Now you can build your...
View ArticleCreated Unassigned: Maintain connection through different forms [1961]
I am using : client = new SshClient(res.host, int.Parse(res.port), res.user, res.password); _client.connect(); in __FORM1__ after successful authentication I want to execute commands in __FORM2__: Just...
View ArticleSource code checked in, #35430
Removed a few conditions from IsSocketConnected that have been moved to IsConnected. Fixed a few warnings.
View Article