Source code checked in, #40910
Avoid sending data on a socket that is closed (by ourselves).
View ArticleEdited Issue: Dynamic Port Forwarding slows down to a crawl [2010]
When using dynamic port forwarding it starts well but after a couple of minutes of surfing it slows sown and when looking at the connections using netstat -na many are in a waiting state. Used for...
View ArticleCreated 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 ArticleNew Post: How do you pronounce "Renci"?
This may sound like a silly question, but how do you actually pronounce "Renci"? Love the library by the way!
View ArticleSource code checked in, #40924
No longer disconnect the SSH session whenever a timeout occurs waiting for a WaitHande to become signaled.
View ArticleSource code checked in, #40925
When disposing a client, (re)use Disconnect() to signal that we're disconnecting - hereby avoiding exceptions getting thrown for a waithandle timeout (waiting for a SSH response message). Note: may...
View ArticleNew Post: Performance of the PipeStream
Hello, im using this library for some time now. Till now the performance never was important to me. But now i have to execute a command which has a huge amount of result data which simply need to be...
View ArticleNew Post: Performance of the PipeStream
I'm definitely interested as I also noticed some issues with the current implementation. I can't yet promise we'll integrate your implementation, but I surely want to have a look. You can postpone...
View ArticleNew Post: How do you pronounce "Renci"?
I have no clue myself :p I'll ask Oleg when I get a change to talk to him.
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 Article