New Post: Strange reopening Ssh connection + Ports by devenv.exe
Hi,in my program im connecting to a ssh server and forwarding two ports. When I'm debugging it with Visual Studio and run/stop the program first the connection will be established by my program and...
View ArticleNew Post: Strange reopening Ssh connection + Ports by devenv.exe
Got the answer:http://stackoverflow.com/questions/13968905/code-is-running-when-debugger-stop
View ArticleNew Post: SCP copy to a specific folder
Hi,Thanks for finding the path issue. I applied your fix so you could be available to everybody. Thanks,Oleg
View ArticleNew Post: Payload cannot be more then 32768 bytes
Hey guys, I changed default buffer size to 16K now since it seems to be an issue for many so hopefully it will not happen anymore. Thanks,Oleg
View ArticleNew Post: shellstream instance limit
Hi, Yes,If you connecting to the same SSH Server from the same IP usually there is a limit on how many session channels server can open and in my investigation I found that common number is 10. If you...
View ArticleNew Post: Using ShellStream with "top" command
Hey, What you can try to do is to simply read it as a stream without expecting anything and see if it works for you. Thanks,Oleg
View ArticleNew Post: Telnet across a shellstream
Hi, I made some changes that will fix cleanup closing of ShellStream.I think it should resolve this issue. Please use latest source code version to see if it fixed your problem. Thanks,Oleg
View ArticleNew Post: PowerShell 3 Support
Unblock the file did the trick for me.Right click on Renci.SshNet.dll --> Properties -->Unblock
View ArticleNew Post: netconfig on juniper solution
Hi, I could not find a modified NetConfSession.cs file there. Can you please send it to me so I could merge your changes?Thanks,Oleg
View ArticleNew Post: netconfig on juniper solution
Hello,I did upload the file as patch 13499Is this ok ?Regards,LucFrom: olegkap [email removed]Sent: donderdag 20 december 2012 16:06To: Vandenbroucke LucSubject: Re: netconfig on juniper solution...
View ArticleNew Post: netconfig on juniper solution
Yes,Thanks you I will apply this patch in a second. Thanks,Oleg
View ArticleNew Post: Renci.SshNet.Common.SshOperationTimeoutException on Disconnect()
Hi, Can you please try latest source and see if you can reproduce this error?I made several improvements in regards to disconnect, locking and exception so would like to know if this error still...
View ArticleNew Post: Windows 8 RT
Hi,From what I briefly saw is that WinRT missing quite few libraries so at this point, due to lack of time I wont be able to add support to it.I do have binary to be used with Windows Phone application...
View ArticleNew Post: Support for WinRT
From quick look at it I cant add it since it missing quite few assemblies that I am using.Will look in the future if either they add support for more classes or may be I can overcome it some how....
View ArticleNew Post: File Upload Problems
If you still experience this problem please download latest source code as I reduced default buffer size to avoid this error in the future. Thanks,Oleg
View ArticleNew Post: SftpFileStream.Dispose throws an exception if the connection is lost.
Hi, I think you doing everything correct.I just looked at a code and I think I found the problem. Can you please load latest source code version and see if you still getting this problem? Thanks,Oleg
View ArticleNew Post: Run one by one command
Hi, No it will not work since each command execution creates a new session on the server and one session does not know about other or previous sessions. Hope it helps, sorry for delay in reply....
View ArticleNew Post: Potential memory leak in SftpSession.cs
Hi, Well, the logic here is this.Based on protocol SFTP can send multiple request and receive back multiple request but it might be not in the same orderso basically I need to track all the requests I...
View ArticleNew Post: Shell functionlity
ykphuah,One of the Expect method overloads accepts Timeout as a parameter.Did you try to use that?I think I tried to address there this exact scenario. hershizer33, I tried to make tail work in the...
View ArticleNew Post: What causes "An established connection was aborted by the software...
Thanks for your reply. I will try the new release. Any ideas why Open calls sometimes never return??Michael Sent from my iPad On Dec 20, 2012, at 12:35 AM, olegkap <notifications@codeplex.com>...
View Article