New Post: PortForwading Bug
Hi, I upload this sample code to testhttps://drive.google.com/file/d/0BzK7a0IKeyr4OE9rSDJTMHlFS2s/edit?usp=sharing Te same in Windows 7 run ok, in XP doesn't I will appreciatte any help
View ArticleNew Post: Using ShellStream and readline gives me double prompts
Try using the 2014.4.6-beta1 release. I fixed a related issue.
View ArticleNew Post: Need latest DLL for .net 3.5 framework
There's a new beta release available. Either download the binaries that are available on codeplex, or use our nuget package.
View ArticleNew Post: xml upload includes bom
Use the UTF8 encoding without BOM: new UTF8Encoding(false)
View ArticleNew Post: Small File Upload Problem
@flapster: Can you try to reproduce the problem you described with the 2014.4.6-beta1 release ? This issue should be fixed. Let me know if it works for you.
View ArticleNew 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 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 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 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 ArticleNew Post: Unhandled exception
Hi Gert, I will open an issue right now. It will be tough for me to reproduce since it was an error that was caught on a few occasions (on a few different installs) but it didn't seem to be related to...
View ArticleNew Post: Unhandled exception
Hi Phil, Thanks for taking the time to revisit this issue. Regarding the SendKeepAlive: Please submit an issue if you can still reproduce this problem using the beta we released yesterday. Thanks! Gert
View ArticleNew Post: How to handle unexpected authentication requests properly.
Can you try again using the beta we released yesterday ? If not, would it possible to temporarily share your perforce server with me (privately) ? I assume the problem is related to the "practically"...
View ArticleNew Post: Proposal: Switching to GIT?
Hi, Just a proposal for the dev environment. It would be awesome if the repository can be moved to git. I tried the tools git-svn and svn2git, but both failed to transform the repo. Apperantly cause...
View ArticleNew Post: How to handle unexpected authentication requests properly.
I will try again with the latest beta and let you know. However I would need to first port some of my local changes over to the new code so it might take some time. Unfortunately I can't share my...
View ArticleNew Post: CreateShellStream: what are implications of the arguments?
Hi, I am creating a shellstream so that I can send commands and get responses from an embedded device. Everything seems to be OK, but I don't understand the meaning of the arguments in...
View Article