Commented Issue: NullReferenceException in...
Hi,while using Renci SSH Client successfully in production, I noticed a really rare error that just occurred on my dev machine:```4491 - OXE Control Center Gui: 15:08:15.9481613 - [Remote Connector]...
View ArticleClosed Issue: NullReferenceException in Renci.SshNet.BaseClient.IsConnected()...
Hi,while using Renci SSH Client successfully in production, I noticed a really rare error that just occurred on my dev machine:```4491 - OXE Control Center Gui: 15:08:15.9481613 - [Remote Connector]...
View ArticleUpdated Wiki: Home
IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is complete rewrite using .NET 4.0, without...
View ArticleUpdated Wiki: Home
IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is complete rewrite using .NET 4.0, without...
View ArticleUpdated Wiki: Home
IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is complete rewrite using .NET 4.0, without...
View ArticleNew Post: Connected to IPv6 rather than IPv4
I was using ForwardedPortRemote to connect to a VNC server behind a NAT, and connecting viavar port1 = new ForwardedPortRemote(remotePort, "127.0.0.1", localPort);connected to the IPv6 address rather...
View ArticleNew Post: Connected to IPv6 rather than IPv4
Hi, Thanks for suggestion.Never thought about that it would be ever matter, but I am not a network person so I dont really know.I would look into how to add this kind of support in the future or at...
View ArticleNew Post: SFTP Parallel Downloads again
Hi Oleg,found another <Safehandle has been closed> Exception. It is thrown at an another point in your code. It is reproducible by setting the operation timeout to very small limit (e.g. 100ms)...
View ArticleNew Post: A Little Help With Connection Settings
Sorry, I was off on another project for a bit. Trying a different tack now. Let me see if this better illustrates what I'm trying to accomplish and if you can offer any further assistance from this....
View ArticleClosed Issue: SftpClient deletefile/delete fails [1484]
using (SftpClient sftp = new SftpClient(hostName, portNumber, userName, passWord)){ sftp.Connect(); sftp.Delete(remotePath);}Code throws "Permission Denied" error, but i have...
View ArticleNew Post: SFTP Parallel Downloads again
Hey, yea, no problem.Thanks for letting me know.Apparently not many people using parallel downloads :):) I will take a look at it again but probably either later this week or next as I am in the middle...
View ArticleNew Post: SFTP Parallel Downloads again
Hey guys, I have been seeing sporadic instances of the following exception: "Session operation has timed out" on the connect command.If (sPrivateKeyFile.Length > 0) ThenDim pk = New...
View ArticleNew Post: SFTP Parallel Downloads again
One last note, after a bit more reading through theads here, I found it coincidental that the exception message that I am seeing sporadically is the same one mentioned in the 3rd post on this...
View ArticleNew Post: Enabling debugging for SSH library
Hi there I've posted on here before regarding this, but didn't get any bites.. Is there any way to have the SSH library emit and debugging output? Our application initiates 20 or so concurrent SSH...
View ArticleSource code checked in, #22833
Add IPAddress as parameter to ForwardedPortRemote Allow all projects to generate xml documentation files Add GetIPAddress method and other minor refactoring
View ArticleNew Post: Connected to IPv6 rather than IPv4
Hey,I just committed code where I added a new constructor and now you can provide to IPAddress object directly to the port forwarded. So prior to calling constructor you can create IPAddress object as...
View ArticleNew Post: Enabling debugging for SSH library
Hi Michael, I too am having difficulty using this library when threaded (windows service). The connections fail in random frequency. The only way to get things to clear is to stop and start the...
View ArticleNew Post: ListDirectory - SftpPathNotFoundException
Not sure if this helps, but when I wrote something to use ListDirectory, I used the SftpFile class instead of FileInfo and my first attempt worked.IEnumerable<SftpFile> myList = new...
View ArticleNew Post: Enabling debugging for SSH library
Nice to hear from you.I'm using the 2013.1.8 release for 4.0. My app is compiled for .NET 4.5.In general I've found the library to be pretty reliable, and like you, I'm very grateful that it was...
View ArticleNew Post: SCP copy to a specific folder
I'm not sure if this is related..... I'm using 2013.1.27 and i'm getting a file not found error. Source file exists and destination directory exists. It worked fine with sharpssh but i'm trying out...
View Article