New Post: About the speed
A new beta release is now available. Please try SSH.NET 2014.4.6-beta1 and let me know if performance has improved for you.
View ArticleNew Post: When will an updated nuGet package become available?
A new beta release of SSH.NET is now available on codeplex and nuget.org.
View ArticleNew Post: Renci.SshNet Encryption using Arcfour
An ARCFOUR-related issue was recently fixed. Please try using the 2014.4.6-beta1 release. Let me know if this fixed your problem.
View ArticleNew Post: When will an updated nuGet package become available?
YAY!!! We just see release date, not build... But am SO glad to be ale to use NuGet for SSH.NET!!!:) PM> Install-Package ssh.NET Installing 'SSH.NET 2013.4.7'. You are downloading SSH.NET from...
View ArticleNew Post: Bug in SftpClient dispose
A new beta release is now available on codeplex and nuget.org. Let me know if you can still reproduce this issue.
View ArticleReleased: 2014.4.6-beta1 (Apr 06, 2014)
New Features:Added callbacks to UploadFile, DownloadFile and ListDirectory in SftpClient (issue #1324)Allow a given private key file to be used concurrently Performance improvements:optimization of...
View ArticleUpdated Release: 2014.4.6-beta1 (apr 06, 2014)
New Features:Added callbacks to UploadFile, DownloadFile and ListDirectory in SftpClient (issue #1324)Allow a given private key file to be used concurrentlyPerformance improvements: optimization of...
View ArticleNew Post: When will an updated nuGet package become available?
It’s a beta release, so you need to enable prerelease packages: Install-Package SSH.NET -Pre
View ArticleCommented Unassigned: An operation was attempted on something that is not a...
I keep getting this error when connecting and uploading a file. There are no errors in Event Log or otherwise.Here's my code:SSHNet.PasswordConnectionInfo connInfo = new...
View ArticleNew Post: Unhandled exception
Hey Phil, Can you submit an issue for this problem ? Would it be possible to create a small repro ? Thanks! Gert
View ArticleNew Post: How to handle unexpected authentication requests properly.
Please try using the latest (beta) release of SSH.NET, and post the - smallest possible, but complete - code fragment that you use to reproduce this issue. Thanks!
View ArticleCommented Unassigned: download xlsx stream using renci [1880]
while converting to datatable from downloaded stream of xlsx returns encrypted text.Comments: ** Comment from web user: drieseng ** From the code you posted it looks as if you're treating the xslx as...
View ArticleCommented Unassigned: Sending EOF on wrong channel number. [1877]
In the latest version under Source Code I always gets problem with my devices that runs dropbear_0.52 after a few/seconds 10-20 seconds. I took a look in the log on one the devices and could see that...
View ArticleCommented Issue: Partial Reads from Stream assume end? [1516]
Hi, thanks for all your work on this library. We are using an implementation of a ProducerConsumerStream from [here](http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=852) as our means of...
View ArticleNew Post: How to handle unexpected authentication requests properly.
Thanks for the response, I should probably have updated this thread that I've found a workaround for this issue in the meantime. Basically, I believe this could be a Perforce specific issue, so unless...
View ArticleCommented Unassigned: SftpSession does not handle "~" properly [1945]
When a path starts with "~", SftpSession.GetFullRemotePath does not handle it properly.For instance,```SftpClient.Exists("~/somedir)```...does not do the check correctly.I did a local fix by changing...
View ArticleCommented Unassigned: SftpSession does not handle "~" properly [1945]
When a path starts with "~", SftpSession.GetFullRemotePath does not handle it properly.For instance,```SftpClient.Exists("~/somedir)```...does not do the check correctly.I did a local fix by changing...
View ArticleNew Post: CreateShellStream: what are implications of the arguments?
1) TerminalName tells the server what type of terminal you want, vt220/xterm/xterm-color... 2) those are necessary for the ssh protocoll to open a shell of your needs 3) buffersize is unused in...
View ArticleNew Post: CreateShellStream: what are implications of the arguments?
Thanks for the quick reply! By experiment, I now see that if I use "dumb" as my terminalName, then the terminal escape codes get stripped out (eg, the codes that colorize output are stripped out). This...
View ArticleCommented Unassigned: An operation was attempted on something that is not a...
I keep getting this error when connecting and uploading a file. There are no errors in Event Log or otherwise.Here's my code:SSHNet.PasswordConnectionInfo connInfo = new...
View Article