Commented Unassigned: An operation was attempted on something that is not a...
I keep getting this error when connecting and uploading a file. There are no errors in Event Log or otherwise.Here's my code:SSHNet.PasswordConnectionInfo connInfo = new...
View ArticleCommented Unassigned: An operation was attempted on something that is not a...
I keep getting this error when connecting and uploading a file. There are no errors in Event Log or otherwise.Here's my code:SSHNet.PasswordConnectionInfo connInfo = new...
View ArticleCommented Unassigned: An operation was attempted on something that is not a...
I keep getting this error when connecting and uploading a file. There are no errors in Event Log or otherwise.Here's my code:SSHNet.PasswordConnectionInfo connInfo = new...
View ArticleCommented Unassigned: An operation was attempted on something that is not a...
I keep getting this error when connecting and uploading a file. There are no errors in Event Log or otherwise.Here's my code:SSHNet.PasswordConnectionInfo connInfo = new...
View ArticleNew Post: on cisco router no response after send Enable
Paul, I'm too lazy to debug your code, as you are taking a different approach to communication than I did/do. I try to modularize it a bit so I don't get lost! :) I imagine you are at the 'just make it...
View ArticleReviewed: 2013.4.7 (Apr 09, 2014)
Rated 5 Stars (out of 5) - Great library. Used in high performance production system with almost no problems
View ArticleCommented Issue: Unhandled exception during SftpClient Dispose [1581]
We are facing an unhandled exception during Dispose of the SftpClient. 2013-05-13 12:54:22,711 [2] FATAL - AppDomain.UnhandledExceptionRenci.SshNet.Common.SshConnectionException: Client not connected....
View ArticleNew Post: on cisco router no response after send Enable
Hi Pat, Thanks for your reply. I've read your article before and it sure helped. But, I'm equally sure it's not a 'when to send a CR, LF, CRLF character' problem. After sending enable...
View ArticleCommented Unassigned: DownloadFile/UploadFile fails if path starts with '~'...
Seems there are quite a few places where SSH.Net does not handle paths that start with "~" properly. This particular case is a regression in the latest beta since this used to work now no longer...
View ArticleCommented Unassigned: DownloadFile/UploadFile fails if path starts with '~'...
Seems there are quite a few places where SSH.Net does not handle paths that start with "~" properly. This particular case is a regression in the latest beta since this used to work now no longer...
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 ArticleNew Post: on cisco router no response after send Enable
Please try the current beta version. There are changes at WriteLine() (and Write()?)
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 ArticleNew Post: on cisco router no response after send Enable
Thanks for your response da_rinkes. Unfortunately I have the same result: after sending enable only newlines can be found in the shellstream, one for each subsequent command sent. Commands are being...
View ArticleNew Post: enable pty allocation
Hello all, it's me again :-) On a typicall Linux Client I can use the -t option for connection without tty or pty allocation or to use pseudo allocation. I found some Links, where the Situation is...
View ArticleNew Post: on cisco router no response after send Enable
Update: I've tried my test program on another Cisco router (2621) and there it's all working perfectly! The problem seems to be related to specific router(s), such as my test-router: 3745 Paul
View ArticleNew Post: Small File Upload Problem
Hello,First of all, I want to say I really appreciate the work you do and what you are doing with this project.I updated to the 2014.4.6-beta1 release and the problem is fixed.However, I have noticed...
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: 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 Article