New Post: Aplogy
This is in reply to an issue I had with this library about a year ago, using SSH and giving me extra CR/LF.I am finally back into this part of the project, I was working on.Yes, the issue was in my...
View ArticleNew Post: SCP copy to a specific folder
Hey guys, I just committed a fix for this problem.Please check out 22670 commit. Now you can use path in you when upload file(s) and it should create the structure on the server if it doesnt exists....
View ArticleNew Post: OperationTimeout and ConnectionInfo.Timeout don't terminate the...
mhesler, Did you happen to use latest version of the library?After checking my code I completely rewrote that section so there should be no more locking in this section.Can you check it out if possible...
View ArticleNew Post: SCP copy to a specific folder
Okay dude, I'm using this lib with some PowerShell functions/scripts I've written, like Copy-ToSshSession which are then used by a TeamCity deployment script. When its all cooked, I'll replace my...
View ArticleNew Post: SFTP Parallel Downloads again
Hi Oleg,I have to bother you again.Found a new problem: after your fix in the isConnected method everything worked fine. But now I encountered a new problem. This is how to reproduce the problem:...
View ArticleNew Post: SFTP Parallel Downloads again
Hey, Thanks for reporting it. I guess now I am at the point where I am getting very rare cases.I figured out where the problem occurs but I don't know why since file exists and it should download it...
View ArticleNew Post: SFTP Parallel Downloads again
Hey, I found the reason behind this and actually surprise how people didn't noticed that before but this error could potentially occur for any async operation where one of them causing error. I just...
View ArticleNew Post: SFTP Parallel Downloads again
Hi Oleg,did you lock something in your threads? Exceptions are gone, but the downloadspeed decreases extremely. 1 Download = 20Mbit/s and 2 Downloads parallel = 2Mbit/s per Download. Before the fix, 2...
View ArticleNew Post: SFTP Parallel Downloads again
Nerver mind ... my fault! Debugmessages from sftpclient are slowing down everything :-).
View ArticleNew Post: SFTP Parallel Downloads again
Ok,No problem. I am actually planning to review all debug messages generate by library,so in release version they would never appear. Thanks,Oleg
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 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 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 Article