Closed Issue: ShellStream.ReadLine produces incorrect output when reading...
Hello. My code example:``` SshClient client = new SshClient(host, user, password); client.Connect(); using (ShellStream stream = client.CreateShellStream("xterm", 100, 100, 800, 600, 1024)){ String...
View ArticleClosed Feature: DH Key Exchange is limited to 1024 bit [1777]
DH Key Exchange is limited to 1024 bit.Connections to a server with a higher DH Group Exchange bit-length failing with "An established connection was aborted by the software in your host...
View ArticleClosed Issue: Remote File exists not working [1574]
I've tried to use sftp.Exists(String) do not work for files. Already tested for file and for directory. Directory work well, but files are not recognized.Comments: Fixed in 2014.4.6-beta2.
View ArticleClosed Feature: WARNING: no suitable primes in /etc/primes [1973]
On some very strict servers a connect attempt with SSH.NET can lead to a warning of the sshd:"WARNING: no suitable primes in /etc/primes"This is because SSH.NET requests 1024 bits for group-exchange...
View ArticleClosed Issue: Stack Overflow if PartialSuccess is during Authentication [2399]
TryAuthenticate gets stuck in an infinite recursive loop if the authentication passes partially but requires a 2nd part. This happens whether a single or multiple authentication methods are provided as...
View ArticleClosed Issue: 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 ArticleClosed Issue: "Exists" function does not work [1696]
"Exists" function does not work in new version of SFTP client. Earlier this worked.Comments: Fixed in 2014.4.6-beta2.
View ArticleCommented Issue: ScpClient: Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View ArticleCommented Issue: ScpClient: Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View ArticleCommented Issue: ScpClient: Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View ArticleCommented 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 ArticleCommented Issue: ScpClient: Missing files when using DirectoryUpload [1382]
Hi,I have the following environment:- Win7 / 64- .NET 3.5- MPC-Target :OpenSSH_6.0p1, OpenSSL 1.0.0j 10 May 2012- SSH.NET commit 19813I want to upload a directory structure (recursive, depth = 2) from...
View ArticleCommented 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 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 Article