New 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 ArticleCreated Unassigned: The requested address is not valid in its context [2798]
Hi,I am encountering error as stated above. It is encountered upon hitting ```this.client.Connect();``` . Below is the block of code involved, for your reference:```public bool Connect() { bool success...
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 ArticleCreated Unassigned: Server response does not contain SSH protocol...
Getting an error Renci.SshNet.Common.SshConnectionException: Server response does not contain SSH protocol identification. at Renci.SshNet.Session.Connect() at Renci.SshNet.BaseClient.Connect() when...
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 ArticleCreated Unassigned: Scp slow copy [2801]
Hi,I've been experimenting with the scp implementation and noticed it is slower compared to the command line tool scp. In my test, it is 5s to copy with scp, and 15s with SSH.NET. Is this expected? If...
View ArticleCommented Unassigned: Scp slow copy [2801]
Hi,I've been experimenting with the scp implementation and noticed it is slower compared to the command line tool scp. In my test, it is 5s to copy with scp, and 15s with SSH.NET. Is this expected? If...
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 ArticleUpdated Wiki: Home
We've moved! SSH.NET is now available here:https://github.com/sshnet/SSH.NETIntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for...
View ArticleCommented Unassigned: Scp slow copy [2801]
Hi,I've been experimenting with the scp implementation and noticed it is slower compared to the command line tool scp. In my test, it is 5s to copy with scp, and 15s with SSH.NET. Is this expected? If...
View ArticleUpdated Wiki: Documentation
We've moved! SSH.NET is now available here:https://github.com/sshnet/SSH.NETNotice: This wiki is a work in progress and may contain dead-links or inaccurate information. Do not file any issues until...
View ArticleCommented Unassigned: Scp slow copy [2801]
Hi,I've been experimenting with the scp implementation and noticed it is slower compared to the command line tool scp. In my test, it is 5s to copy with scp, and 15s with SSH.NET. Is this expected? If...
View ArticleNew Post: No appropriate prime between 1024 and 1024 is available.
A new beta is now available here that includes this fix.
View Article