Created 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 ArticleNew Post: How do you pronounce "Renci"?
It sounds like the Chinese word "仁慈",which means merciful,with the same spelling of renci.
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 ArticleSource code checked in, #40956
Introduce TrySendMessage method on Session which will not let SocketException or SshException exception bubble up, but instead return false in this case. Use TrySendMessage to send SSH_MSG_DISCONNECT,...
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 ArticleEdited Issue: SftpClient hangs on Disconnect() with certain servers [1814]
I'm experiencing timeout exception on Disconnect method of the SftpClient connected to an OpenSSH server.I've figured out that the server initiates shutdown of the subsystem (sftp-sever) on client's...
View ArticleEdited Issue: Sending EOF on wrong channel number [1877]
In the latest version under Source Code I always gets problem with my devices that runs dropbear_0.52 after a few/seconds 10-20 seconds. I took a look in the log on one the devices and could see that...
View ArticleEdited Issue: ForwardedPortDynamic: Unhandled exception if client terminates...
In my experimenting, it wasn't uncommon for a browser to initiate a connection with the SOCKS proxy hosted by SSH.NET, then abort the connection before the response came back. This resulted in a...
View ArticleSource code checked in, #40995
Reduce default buffer size as workaround for SSH servers issues.
View Article