Commented Issue: Invalid handling of http proxy server response [1509]
Hi,I did find a problem when testing the assembly with our squid 3.0 proxy. I receive the message, that Result cannot be called on a failed match. Therefore I've extended the code in Session.cs a...
View ArticleSource code checked in, #23336
Lock _encoding in ShellStream when GetString operation is performed
View ArticleSource code checked in, #23337
Lock _incoming object where performing Enqueue Rollback previouse commit
View ArticleCommented Issue: ArgumentException in Expect [1510]
While Unit Testing my solution using SSH.NET I run into some problem.Sometimes I get error from SSH.NET during test (it is weird, because it happen once 5-6 runs)Exception: System.ArgumentException:...
View ArticleNew Post: Pageant integration?
Hi, I have somebody submitted it as a patch to be included in the library but unfortunately I could not include it since this solution is application specific. If you interested you can download this...
View ArticleCommented Issue: Trouble with Multiple Connections [1517]
Thanks for this great resource.I'm having issues with connections dropping when I instantiate more than a few (4 or more) SshClients in the same application. If I run separate instances of the same...
View ArticleNew Post: will these scpclient settings help out with timeout issues on...
Yes, Increasing this timeout should allow server more time to respond and for client to receive reply. Thanks, Oleg
View ArticleNew Post: Installation of SSH Net Library
Hi, Sorry I cant really help you with powershell. You might want to check this. Hope it will help. Thanks, Oleg
View ArticleNew Post: Connected to IPv6 rather than IPv4
Yes, I have it on my list but will take a little time since I dont have much free time recently and to change that I want to maintain backward compatibility with string address as well. I will try to...
View ArticleCommented Issue: Trouble with Multiple Connections [1517]
Thanks for this great resource.I'm having issues with connections dropping when I instantiate more than a few (4 or more) SshClients in the same application. If I run separate instances of the same...
View ArticleCreated Issue: Issue disconnecting. raising sshconnectionException Client not...
After making a sftp connection, using the function ListDirectory(path), checking IsConnected and if so calling Disconnect() will raise an exception.
View ArticleNew Post: Blob Support
Hi, Currently there is no plans to do that since this is something not defined by SFTP protocol and wildcards could be different and platform specific and implemented differently by clients. So I guess...
View ArticleCommented Issue: Partial Reads from Stream assume end? [1516]
Hi, thanks for all your work on this library. We are using an implementation of a ProducerConsumerStream from [here](http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=852) as our means of...
View ArticleNew Post: Failing to Authenticate on SSH_MSG_USERAUTH_PASSWD_CHANGEREQ
Hi, Sorry for late response. The reason SSH_MSG_USERAUTH_PASSWD_CHANGEREQ needs to be sent its because it detects that username password needs to be changed. I am no sure how and why FileZilla works,...
View ArticleNew Post: Multiple commands in sequence (C#)
teejmonster: I can verify this as well. I tested with a lot of different Cisco devices. All of the ones running Native IOS drop the connection after the first command. Only newer NX-OS and IOS-XE...
View ArticleCommented Issue: ArgumentException in Expect [1510]
While Unit Testing my solution using SSH.NET I run into some problem.Sometimes I get error from SSH.NET during test (it is weird, because it happen once 5-6 runs)Exception: System.ArgumentException:...
View ArticleClosed Issue: ArgumentException in Expect [1510]
While Unit Testing my solution using SSH.NET I run into some problem.Sometimes I get error from SSH.NET during test (it is weird, because it happen once 5-6 runs)Exception: System.ArgumentException:...
View ArticleCommented Issue: ArgumentException in Expect [1510]
While Unit Testing my solution using SSH.NET I run into some problem.Sometimes I get error from SSH.NET during test (it is weird, because it happen once 5-6 runs)Exception: System.ArgumentException:...
View ArticleCreated Issue: Orphaned threads when port forwarding [1522]
I'm not sure if this is the same issue as [here](http://sshnet.codeplex.com/workitem/1436).In the situation where a port forward has been established and actively used, therefore a listener thread has...
View Article