New Post: Port Forwarding is been stopping to slow !
Yes CloseTimeout would resolve the issue ...i think ! As i think now yes it is possible ! i will think about the scenario and come back ! Do you know approximately next week when will you release the...
View ArticleNew Post: Compression Issue On Port Forwarding !
Well the new beat version for the ssh.net is very stable and has better performance ....... After testing it a whole day it works fine in the issues above !
View ArticleNew Post: SCP Error !
Hello there,Sometimes when i am trying to upload file i am getting the following error: SCP Error set times: operation not permited The code i am using is just a simple upload command from one file to...
View ArticleNew Post: SCP Error !
Maybe it has to do with this https://sshnet.codeplex.com/workitem/2592 I do not know Just suggesting ...
View ArticleNew Post: Disconnect blocks forever
This issue in now fixed in TFS (and in the next beta).
View ArticleNew Post: ScpClient false error detected during upload
I failed to reproduce this issue with OpenSSH, but I'm pretty sure this is not a SSH.NET issue: See the section on "Running scp with talkative shell profiles on the remote side?" in...
View ArticleNew Post: SCP Error !
The issue you referred to has nothing to do with the problem that you're reporting. I've can only reproduce the "set times" issue when the remote file already exists, and the user with which you're...
View ArticleNew Post: SCP Error !
I will contact the user that reported the issue to me and come back to you !
View ArticleNew Post: SCP Error !
Finally i have the info you need from me ! Yes you are correct reporting that the problem occurs when the file i am uploading exists already ! In my case the owner of the file is the user that uploads...
View ArticleNew Post: SCP Error !
Well it my code i did as i said above.... If i have SSH access i perform an linux command line deletion and after i you the scp upload ! In all other cases the issue still exists ...
View ArticleNew Post: SCP Error !
Can you provide the full stack trace ? As a workaround, we could add an option that allows you to control whether the original timestamp of the file should be preserved. This would apply to both...
View ArticleNew Post: SCP Error !
Since i have implemented a workaround actually i have overcome this issue ! So the issue is not occurring anymore ! But during the Xmas holidays i will find sometime to reproduce it and have a full...
View ArticleNew Post: StreamReader content and non printable characters
Hello Comminuty, i have 2 questions. 1) I use SSH.NET for Shell connection to SSH hosts with public class Connector { SshClient ssh; StreamReader read; StreamWriter write; ShellStream shell; Thread...
View ArticleNew Post: StreamReader content and non printable characters
Solved the first issue by supressing key output on console withwrite.Write(Console.ReadKey(true).KeyChar); so every output comes from StreamReader.
View ArticleNew Post: StreamReader content and non printable characters
Hi, to 1) Yes, thats expected behavior. The SSH server sends back your input, cause it's also output on the shell. to 2) You have to handle the terminal protocol. SSH.NET just gives you access to the...
View ArticleNew Post: StreamReader content and non printable characters
Hello da_rinkes, thanks for your explanation. Now i got another question. I have one type of machines where i had no luck to connect via SSH.NET but putty has no problem. SSH.NET says...
View ArticleNew Post: StreamReader content and non printable characters
Manuel, The connection problem you reported is caused by two stubborn SSH implementations. Both SSH.NET and your router are waiting for the SSH_MSG_KEXINIT of the other party before sending the...
View ArticleNew Post: Release version....
Hi, I am trying to use this library and would like to know plans for releasing the library. Thanks, Atul
View ArticleNew Post: How ro Run another batch script with ssh.net using c#
hello to all, i have a very simple question, please help me :) i want to run another batch script when i connect to another computer using ssh.net it seems it doesnt work: SshCommand command =...
View Article