New Post: Powershell running multiple commands
Because Invoke-SshCommand is not executing in a shell but using SSH Exec to execute the command so the "cd" does nothing to change a current working directory because you are not in a shell. You would...
View ArticleClosed Issue: Exception thrown on disconnect [1561]
If SshClient.Disconnect() is called just after the connected server is no longer available an exception occurs. Looks like there is a race condition on calling Disconnect. Checks are made for a...
View ArticleCreated Unassigned: Dynamic Port Forwaring slows to a stop in 2014.4.6-beta1...
When doing Dynamic Port Forwaring using 2014.4.6-beta1 slows to a stop after using it as a Socks 5 proxy after a minute or so of usage doing normal surfing. Replicated it using C# and PowerShell. Tried...
View ArticleCommented Unassigned: Dynamic Port Forwaring slows to a stop in...
When doing Dynamic Port Forwaring using 2014.4.6-beta1 slows to a stop after using it as a Socks 5 proxy after a minute or so of usage doing normal surfing. Replicated it using C# and PowerShell. Tried...
View ArticleCommented Unassigned: Dynamic Port Forwaring slows to a stop in...
When doing Dynamic Port Forwaring using 2014.4.6-beta1 slows to a stop after using it as a Socks 5 proxy after a minute or so of usage doing normal surfing. Replicated it using C# and PowerShell. Tried...
View ArticleCommented Unassigned: Dynamic Port Forwaring slows to a stop in...
When doing Dynamic Port Forwaring using 2014.4.6-beta1 slows to a stop after using it as a Socks 5 proxy after a minute or so of usage doing normal surfing. Replicated it using C# and PowerShell. Tried...
View ArticleNew Post: Trouble Uploading File
You should specify both a directory/folder and file name in UploadFile. Cheers, Gert
View ArticleNew Post: 3.5 Source Code for release 2013.1.8?
nbaker76 wrote: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 ArticleCreated Unassigned: 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: Add Support for Key Generation [2011]
Library should have an option for generating RSA and DSA key pairs in OpenSSH format. [http://www.ietf.org/rfc/rfc4716.txt](http://www.ietf.org/rfc/rfc4716.txt)
View ArticleReviewed: 2013.4.7 (May 13, 2014)
Rated 5 Stars (out of 5) - Awesome discoverable API, didn't even need to consult the docs.
View ArticleCreated Unassigned: cd command not working in Renci.SshNet.SshClient [2012]
I am using the dll of Renci.SshNet in my project for connecting to Linux server.i have test and found that I am not able to run cd command by Renci.SshNet.SshClient object.when i run the command it...
View ArticleCommented Unassigned: cd command not working in Renci.SshNet.SshClient [2012]
I am using the dll of Renci.SshNet in my project for connecting to Linux server.i have test and found that I am not able to run cd command by Renci.SshNet.SshClient object.when i run the command it...
View ArticleCreated Unassigned: System.NullReferenceException [2013]
Hi AllI have written a program that only downloads a part of the file using SFTP and adds it to the previously downloaded file. Basically resumes download.Program works perfectly except when I am...
View ArticleNew Post: How to get X.509 SHA1 fingerprint?
Is there a way to get an X.509 certificate's SHA-1 fingerprint using SSH.NET? I can get a fingerprint during the BaseClient.HostKeyReceived event but the fingerprint doesn't match the one I'm supposed...
View ArticleSource code checked in, #35920
Minor correction to docs. Improved exception messages. Avoid race condition when raising events.
View ArticleNew Post: Slow upload speeds
Users of my software (ShareX) keep creating issues telling upload speeds slow with SFTP. Example issue...
View ArticleCreated Unassigned: SendKeepAlive fails: An established connection was...
Seems like library does not handle Socket Exceptions gracefully in all cases. If I set time span value for SendKeepAlive and connection is lost System.Net.Sockets.SocketException exception is thrown....
View ArticleNew Post: Slow upload speeds
This will be fixed in the next release. Can you try using the latest beta ?
View ArticleCommented Unassigned: SendKeepAlive fails: An established connection was...
Seems like library does not handle Socket Exceptions gracefully in all cases. If I set time span value for SendKeepAlive and connection is lost System.Net.Sockets.SocketException exception is thrown....
View Article