New Post: Connecting with Password AND Private Key File using SftpClient
This issue was fixed in changeset 34957:https://sshnet.codeplex.com/SourceControl/changeset/34957
View ArticleNew Post: Check if Directory exists with SSH.NET
The Exists method should work just fine as of changeset 34957:https://sshnet.codeplex.com/SourceControl/changeset/34957 This fix will be part of the upcoming beta 2 release.
View ArticleNew Post: SftpClient.Exists always return true
The Exists method should work just fine as of changeset 34957: https://sshnet.codeplex.com/SourceControl/changeset/34957 This fix will be part of the upcoming beta 2 release.
View ArticleNew Post: Help with Compression.
Im a bit of a noob at this. I have read the prior posts that suggest to include Ionic.Zlib and un-comment the necessary code. Im a bit confused as to what exactly to download, what exactly to...
View ArticleCommented Unassigned: 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 ArticleNew Post: download source for 3.5 that will build
Hi, Would someone please provide me with a link to download a copy of the source that I can build in Visual Studio 2008 for the 3.5 framework? The versions I've downloaded were either built in newer...
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
sharky2k10 wrote: I figured this out. If you open the solution (Renci.SshNet.sln) you'll see a project named Renci.SshNet.NET35. Build that and it will produce a DLL...
View ArticleNew Post: download source for 3.5 that will build
The .NET 3.5 assembly of the last beta release is strong named. For the next (beta) release, I'll make sure to include all the sources (and not only those for .NET 4.0).
View ArticleEdited 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 ArticleNew Post: download source for 3.5 that will build
Hi drieseng, Thank you for replying. Where can I download the 3.5 dll that is strong named? Is it the binary from April 6th?
View ArticleNew Post: download source for 3.5 that will build
Yes:https://sshnet.codeplex.com/downloads/get/824118
View ArticleClosed Issue: Connection through proxy [1869]
Hi,I have an issue through a Symantec Web Gateway proxy server HTTP . The connection is made through to the proxy server but the authentication isn't passed and the connection fails. Is there something...
View ArticleClosed Issue: Unhandled exception during SftpClient Dispose [1581]
We are facing an unhandled exception during Dispose of the SftpClient. 2013-05-13 12:54:22,711 [2] FATAL - AppDomain.UnhandledExceptionRenci.SshNet.Common.SshConnectionException: Client not connected....
View ArticleNew Post: Trouble Uploading File
Hello everyone. I am new to this library so I apologize if this is a really silly question, but I am running into a bit of trouble with uploading a file to a device. Does anyone see anything wrong with...
View ArticleNew Post: Help with Compression.
Ok so iv been searching and trying to figure out how to tunnel using zlib. So far iv downloaded and added Ionic.Zlib to my project and seen a few different pieces of code like this.stream = new...
View ArticleNew Post: Dose SshClient use TCP_NODELAY 1?
tunneling through an SshClient, will this use noDelay 1?
View ArticleClosed Unassigned: Change Directory Command and Upload, Download [1672]
If I use the "Change Directory" command, to set the current working directory, with the File Exists, Rename, or Delete file operations the commands honor the current working directory and find the file...
View Article