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 ArticleNew Post: on cisco router no response after send Enable
Paul(PE), A change in symptoms is always a Good(tm) thing! :) Since Cisco is just the ios, note the ios versions on known good, and known bad routers, along with model (s). In the case where the sshd...
View ArticleCommented Unassigned: Need to delete redundant encryptions when using...
Need to delete redundant keys in order to communicate with some servers. More than one encryption throws an exception.foreach (var d in connectionInfo.Encryptions.Where(p => p.Key !=...
View ArticleNew Post: on cisco router no response after send Enable
Thanks Pat, Question remains: why can I send the Enable command and password using SharpSSH and also using terminal emulators like Putty and SecureCRT? Granted IOS versions are not all the same and...
View ArticleNew Post: on cisco router no response after send Enable
but still if I can use a program using the SharpSSH library then why not SSH.NET? I doubt anyone here knows. There are no doubt subtleties as to how they both (and others) interpret and...
View ArticleSource code checked in, #35330
Unsubscribe from events before disposing WaitHandles. This reduces the likelyhood of invoking Set() on a disposed WaitHandle. Incomplete fix for issues #1944 and #1942 as eventhandlers could still be...
View ArticleSource code checked in, #35331
Unsubscribe from events before disposing WaitHandles. This reduces the likelyhood of invoking Set() on a disposed WaitHandle. Incomplete fix for issues #1944 and #1942 as eventhandlers could still be...
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: 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 ArticleClosed Unassigned: Problems with IPSwitch MoveIt SSH server [1785]
Has anyone had problems when using the code with IPSwitch MoveIt ?I can connect OK, list files, rename, upload & download. But when I try to delete a file I get "permission denied".Although if I...
View ArticleNew Post: Get the string result from Execute() during the execution
Well first of all I have to say I have used this library for a couple of projects and I like it! And really do appreciate the work all developers have done. So hats off to them :) And secondly, I...
View ArticleNew Post: Get the string result from Execute() during the execution
"Why has there been no response to this question? ... Can anyone give feedback on this? Is it possible today?""And secondly, I didn't intend to be rude, I was more baffled to be honest in reference to...
View ArticleNew Post: Get the string result from Execute() during the execution
Thanks to BogusException to explain Internet Communications 101. It should make you think that two people seemed to read your post as rude and unfriendly. Btw. don't make fun of non-native speakers on...
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: Proposal: Switching to GIT?
Just in case anybody else wants to export the repository from svn to git: git svn clone --no-metadata https://sshnet.svn.codeplex.com/svn/ ssh.net --revision 9489:35331 I skip all commits previous to...
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: SSH.NET Developers, Supporters, Moderators, Contributors, Users:...
Developers & Associated Contributors to SSH.NET, I write programs for myself, and rarely for the benefit of my employers. I write in several languages, and have been doing it for more years than I...
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: Proposal: Switching to GIT?
da_rinkes wrote: I tried the tools git-svn and svn2git, but both failed to transform the repo. Apperantly cause codeplex is not using a 100% standard svn. I'm willing to bet it has to do with...
View ArticleNew Post: on cisco router no response after send Enable
All right Pat, da_rinkes, Perhaps you wonder what I'm working at. I have a system, in use for some 10 years now to, by which people can perform settings on switches/routers. Up to now I used external...
View Article