Commented Unassigned: Disconnect() and Dispose() hangs if network device...
Hi,I am currently using SSH.NET revision 40631. I am working with aembedded Linux device that's connected via a USB Ethernet Gadget.If the USB connection is already unplugged the Disconnect() method as...
View ArticleEdited Issue: Disconnect() and Dispose() hangs if network device disappeared...
Hi,I am currently using SSH.NET revision 40631. I am working with aembedded Linux device that's connected via a USB Ethernet Gadget.If the USB connection is already unplugged the Disconnect() method as...
View ArticleCommented Issue: 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,Sorry to be the bearer of bad...
View ArticleSource code checked in, #41040
Use Write(byte) overload is used internally when Write(bool) is invoked.
View ArticleReopened Issue: 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__"
View ArticleCommented Issue: 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 ** Adrian,I tested the fix with...
View ArticleCommented Issue: 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 ** I think I found the cause:Your...
View ArticleCommented Issue: 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 ** Hi,Yep - that did the trick - it is...
View ArticleCommented Issue: 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 ** No problem!
View ArticleClosed Issue: 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__"
View ArticleNew Post: Eof message
Reintroduced Channel.SendEof() in changeset 41014. The new implementation is different from the original one in that it throws an InvalidOperationException when the channel is not (or no longer) open.
View ArticleNew Post: Eof message
thx i sightly modified it because the SshCommand class has just the IChannel interface not the class Channel. I will create a patch tomorrow and upload it.
View ArticleCreated Unassigned: ssh.RunCommand stop working after upgrade [2581]
Hi,I made an application that sends and receive via ssh against a suse sles 11 linux server. Everything worked ok until i upgrade my visual studio from 2010 express to 2010 professional. Is seems like...
View ArticlePatch Uploaded: #17017
bugalexx has uploaded a patch.Description:This patch adds the ability to send terminal size changes from a Shell.
View ArticleNew Post: SshCommand.Execute with STDIN support
Hi, I am using your library for a while already. You did it well, and for me Renci.SshNet is the best ssh library for .NET. In one of our last projects there was a new requirement: Calling some Linux...
View ArticlePatch Uploaded: #17018
bugalexx has uploaded a patch.Description:This patch adds the method SendEof() to the IChannel interface, that it can be used without a cast if the channel was created with...
View ArticleCommented 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 ArticleNew Post: Eof message
I'll have a look at your patch tomorrow, but I'd prefer now to modify the implementation of SendEof for now. We already have too many places where we either hide exceptions or silently ignore an...
View ArticleCreated Unassigned: Shellstream password [2584]
I have been using ssh.net successfully, but recently I have been having a very interesting issue which I need help for:I can log on to a linux server, ssh to another and use sudo successfully.Recently,...
View ArticleNew Post: Detecting disconnection and reconnecting
Is there a way of detecting being disconnected and possibly reconnecting. The only way I seem to get this to work is by attaching to the exception event and reconnecting open exception. this is a bit...
View Article