New Post: Need some way to set read position in stream
I could be wrong but I thought that StreamSeek was (ON) somehow but I don't know the actual fix. I did try some reset Options that I read about but they didn't get me to the answer If StreamSeek is...
View ArticleNew Post: No appropriate prime between 1024 and 1024 is available.
Our customer updated their VShell version and we can't communicate with them now. We get error : No appropriate prime between 1024 and 1024 is available. I saw a thread where someone said they had to...
View ArticleNew Post: SftpClient never comes back in Connect
Hello, I am using Renci.SshNet for SSH. I am already using this for "sending to" (UploadFile()) and "pulling from" (DownloadFile()) files in the production system with no problems. I am testing now...
View ArticleNew Post: SftpClient never comes back in Connect
ceciliaschultz wrote: Hello, I am using Renci.SshNet for SSH. I am already using this for "sending to" (UploadFile()) and "pulling from" (DownloadFile()) files in the production system with no...
View ArticleNew Post: SftpClient never comes back in Connect
I forgot to add that, I have already tested doing the manual upload to the test site with no problems.
View ArticleNew Post: File uploading more than Once
Hi Everyone, I am using rencissh.net dll to upload file to particular location, As soon as file got uploaded different thread will pick up the file and delete, and it will start process with in span of...
View ArticleNew Post: Key exchange problems with VShell (no appropriate prime between...
I failed to reproduce this issue with VShell 4.2.1 (Win x64). Are you still able to reproduce this issue ?
View ArticleNew Post: SftpClient never comes back in Connect
Hi ceciliaschultz, When you are trying to connect manually(via core ftp/winscp/filezilla) how much time it is taking to connect? First create connectioninfo object by giving your username,port..etc and...
View ArticleNew Post: Key exchange problems with VShell (no appropriate prime between...
Was fixed a while ago: http://sshnet.codeplex.com/workitem/1973 Simple update SSH.NET to current beta in your project. Or wait till drieseng releases a new version.
View ArticleNew Post: Key exchange problems with VShell (no appropriate prime between...
drieseng wrote: I failed to reproduce this issue with VShell 4.2.1 (Win x64). Are you still able to reproduce this issue ? Yes, I can still reproduce the problem. Updating to beta sounds like a bad...
View ArticleNew Post: VB SSH 2 commands
Hello, im trying to send 2 commands by ssh with Visual Basic but when i send the 1st command the tool stop responding. ssh client connects but the commands are not working i dont know why. (In putty...
View ArticleNew Post: Key exchange problems with VShell (no appropriate prime between...
Hi, Upvoting this issue as it has impacted us as well. Will there be a prod release that includes the fix? The workaround we found was removing the dh...
View ArticleNew Post: No appropriate prime between 1024 and 1024 is available.
The workaround we found was removing the dh algorithmconn.KeyExchangeAlgorithms.Remove("diffie-hellman-group-exchange-sha256");...
View ArticleNew Post: No appropriate prime between 1024 and 1024 is available.
A new beta is now available here that includes this fix.
View ArticleNew Post: Stable release of 2014.4.6-beta2
We've now migrated to GitHub. Visit us here. I've released a new beta of SSH.NET today:https://github.com/sshnet/SSH.NET/releases/tag/2016.0.0-beta1 The prelease NuGet package is available here.
View ArticleNew Post: Key exchange problems with VShell (no appropriate prime between...
I've released a new beta of SSH.NET today that includes a fix for this issue:https://github.com/sshnet/SSH.NET/releases/tag/2016.0.0-beta1 The prelease NuGet package is available here.
View ArticleNew Post: Disconnect error
I've released a new beta of SSH.NET today:https://github.com/sshnet/SSH.NET/releases/tag/2016.0.0-beta1 The prelease NuGet package is available here. Don't hesitate to open an issue at our new home if...
View ArticleNew Post: SftpClient never comes back in Connect
I don't think it is timeout, I have tried waiting for 5 minutes, and it does not come back. I added the source code and debug information, and I see now that it is failing in...
View ArticleNew Post: SftpClient never comes back in Connect
Hi Cecilia, What version of SSH.NET are you using ? Would it possible to try the recently release 2016.0.0-beta1 ? Thanks! Gert
View ArticleNew Post: Causes of "Server response does not contain SSH protocol...
Hi Philippe, What version of SSH.NET are you using ? Would it possible to try the recently release 2016.0.0-beta1 ? What SSH server (and which version) are you using ? Thanks! Gert
View Article