New 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 ArticleNew Post: Enabling debugging for SSH library
Hi,Sorry for late response but I am busy now with another project at work so dont have much free time now. Recently I tried to improve on all hanging issues, specifically in connect method, but it...
View ArticleNew Post: ListDirectory - SftpPathNotFoundException
Yoav, Sorry for late response, I guess I just missed your question but unfortunately I wont be able to help there since this is an error that I am getting from the server so all I am doing is just...
View ArticleNew Post: ListDirectory - SftpPathNotFoundException
Great job on keeping up with things here Olegkap. I bet you could use some help. In particular, I think there is a lack of sample code and clear instructions. The library is HUGE and I believe a little...
View ArticleNew Post: ListDirectory - SftpPathNotFoundException
Hi,Thanks, I am glad you got it working. Yea, I agree that needs more documentation. Unfortunately I don't have much time for it lately and when I do have time I prefer to do fixes or some requested...
View ArticleNew Post: Enabling debugging for SSH library
<div dir="ltr"><div>Thanks so much for your reply. I will check out the debugging link you have provided and post back with any findings. </div> Good luck on your work project!...
View ArticleNew Post: Code Samples in the tests not seen
Hi, you wrote:"Code Samples Sample code can be found by looking at the test cases included in the source code. "but i downloaded ur code, and did not see the tests code. Can you please check ur...
View ArticleNew Post: Code Samples in the tests not seen
Hi,There is a Renci.SshNet.Test project in the solution when you download source code from the source code tab where you can find some example.Hope it helps, Thanks, Oleg
View ArticleNew Post: SCP copy to a specific folder
Hi,Yes, I looked at it and it seems when I did last changed I fully forgot about situation where path is rooted and started with "/"I just committed a code, 22896, that should handle this situation so...
View ArticleNew Post: ListDirectory - SftpPathNotFoundException
Oleg, I'm interested in learning about the embedding of sample code in project comments, etc. What you described above sounds very efficient and would help the test effort.I've barely touched the...
View ArticleNew Post: SFTP Parallel Downloads again
notrix,I was trying to recreate this problem but all I am getting is to "Session operation has timed out" exception as it was designed. Can you may be provide a code that you using where you get...
View ArticleNew Post: ListDirectory - SftpPathNotFoundException
Hi,Well, when I was using latest version of the sandcastle, I discovered that I can reference the sample code which are located in separated file(s) and more then that, I can have many different...
View ArticleNew Post: A Little Help With Connection Settings
Hey, Sorry for late response but I dont think you using this library based on your code example. Some methods and properties dont exists.And again, I am not so familiar with unix to know how to make...
View ArticleNew Post: A Little Help With Connection Settings
<div>You're right, sorry. I'm trying things from multiple sources and got that one crossed up. Sent from my iPad</div><div> On Feb 2, 2013, at 7:07 PM, "olegkap"...
View ArticleNew Post: Help with private key
I use ssh-keygen -t rsa to generate my key on my Linux server. I then use: Dim keyFile = New PrivateKeyFile(File.OpenRead("c:\temp\keyfile"), "phrase") Using client As New SshClient(strServerIP, 22,...
View ArticleNew Post: Help with private key
Hi,I am little confused by your questions. So does everything works fine now or only when you use pass phrase with private key? Also, can you be more specific with what error it says and also if you in...
View ArticleNew Post: Help with private key
Sorry, can't get the private key to work with or without a phrase. If I just enter the password in plain text, it works fine. Using client As New SshClient(strServerIP, 22, strAccount, "mypassword")...
View Article