Quantcast
Channel: SSH.NET Library
Browsing all 2955 articles
Browse latest View live
↧

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 Article


Closed 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 Article


Closed 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 Article

Closed 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 Article

Closed 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 Article


Closed 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 Article

Closed 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 Article

Patch Applied: #16873

drieseng has applied patch #16873.Comment:I applied a similar fix where any exception is signaled using an Exception event, but does not cause the client connection to close.

View Article


Patch Declined: #16641

drieseng has declined patch #16641.Comment:The issue was recently fixed (and the fix is available in beta 2 - which was released yesterday).

View Article


Patch Declined: #16009

drieseng has declined patch #16009.Comment:This issue was fixed in beta 2 by not letting exceptions that occur while sending channel close or disconnect messages bubble up.

View Article

New Post: Eof message

Hello, i try to update the library to the new release. I saw in the new version the eof is only send in the close method of the channel class. Before i was able to send it without closing the channel...

View Article

Source code checked in, #41014

Reintroduce internal Channel.SendEof method.

View Article

New Post: Enabling Compression

What where the changes needed to enable compression using the Ionic library?

View Article


Reviewed: 2014.4.6-beta2 (Nov 23, 2014)

Rated 5 Stars (out of 5) - Thank you so much!

View Article

Commented 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 Article


Image may be NSFW.
Clik here to view.

Updated Wiki: Home

IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is a complete rewrite using .NET 4.0, without...

View Article

Commented 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 Article


Commented 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 Article

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 Article

Commented 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 Article
Browsing all 2955 articles
Browse latest View live