Created Unassigned: SSH.NET library encode the file name [2574]
I must download/upload a file using SSH.NET library. After I download/upload file I must delete the local/remote file. Everything works but the file name is encoded. I mean that for example, if I have...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: scottowa ** Hello Gert,Sorry about the delay in...
View ArticleCreated Unassigned: Issue with "enable" on Cisco devices [2578]
I have an issue with passing password to Cisco devices when trying to get to enable mode.It detects prompt ">" correctly, then "enable" command is sent, but whole thing stops on sending password to...
View ArticleCreated Unassigned: SshData.ReadInt64 is broken [2579]
The ReadInt64 method of SshData is not correct. It casts to int before return, and the shifts are missing a cast to long type of thing (as the default shift works on expects int values, and 56 bits...
View ArticleCommented Unassigned: SshData.ReadInt64 is broken [2579]
The ReadInt64 method of SshData is not correct. It casts to int before return, and the shifts are missing a cast to long type of thing (as the default shift works on expects int values, and 56 bits...
View ArticleCommented Unassigned: SshData.ReadInt64 is broken [2579]
The ReadInt64 method of SshData is not correct. It casts to int before return, and the shifts are missing a cast to long type of thing (as the default shift works on expects int values, and 56 bits...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: drs2100 ** I am having this same issue. I am...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: drs2100 ** Sorry I didn't mention the file size...
View ArticleEdited Issue: sio fails: An established connection was aborted by the...
Seems like library does not handle Socket Exceptions gracefully in all cases. If I set time span value for SendKeepAlive and connection is lost System.Net.Sockets.SocketException exception is thrown....
View ArticleCommented Unassigned: Issue with "enable" on Cisco devices [2578]
I have an issue with passing password to Cisco devices when trying to get to enable mode.It detects prompt ">" correctly, then "enable" command is sent, but whole thing stops on sending password to...
View ArticleCommented Unassigned: Issue with "enable" on Cisco devices [2578]
I have an issue with passing password to Cisco devices when trying to get to enable mode.It detects prompt ">" correctly, then "enable" command is sent, but whole thing stops on sending password to...
View ArticleCommented Unassigned: An established connection was aborted by the server [2398]
When trying to download files from sftp, I am getting error:"__An established connection was aborted by the server__"Comments: ** Comment from web user: drieseng ** @drs2100:What SSH server (and which...
View ArticleCommented Unassigned: Issue with "enable" on Cisco devices [2578]
I have an issue with passing password to Cisco devices when trying to get to enable mode.It detects prompt ">" correctly, then "enable" command is sent, but whole thing stops on sending password to...
View ArticleClosed Unassigned: Issue with "enable" on Cisco devices [2578]
I have an issue with passing password to Cisco devices when trying to get to enable mode.It detects prompt ">" correctly, then "enable" command is sent, but whole thing stops on sending password to...
View ArticleCommented Unassigned: CreateShellStream closes the conenction : "An...
Dear friends, I am using SSHNET for many connections. I use CreateShellStream to find an output.One kind of hosts (the old one, BusyBox v1.00-pre10) closes the connection on ```using (var stream =...
View ArticleCommented Unassigned: NullReferenceException on opening and listen to a...
Hello,i am having the following issue on the newest beta version of Renci.SSHNet 2014.4.6.0If I try to open a ShellStream on a previously opened SSH Session to an embedded Linux system I am getting the...
View ArticleClosed Unassigned: NullReferenceException on opening and listen to a...
Hello,i am having the following issue on the newest beta version of Renci.SSHNet 2014.4.6.0If I try to open a ShellStream on a previously opened SSH Session to an embedded Linux system I am getting the...
View ArticleEdited Issue: SocketException on Dispose or Disconnect [2400]
Hi,Function "partial void SocketRead(int length, ref byte[] buffer)":Exception: if (_isDisconnecting) throw new SshConnectionException("An established connection was aborted by the software in your...
View ArticleEdited Issue: ObjectDisposedException Exception on SendKeepAlive() [2572]
HelloIt seems that in certain cases the KeepAlive timer is not stoped on dispose() of the ssh object. See description in the question: [Question in discussion...
View ArticleCommented Unassigned: CreateShellStream closes the conenction : "An...
Dear friends, I am using SSHNET for many connections. I use CreateShellStream to find an output.One kind of hosts (the old one, BusyBox v1.00-pre10) closes the connection on ```using (var stream =...
View Article