New 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 ArticleSource code checked in, #22898
Fix problem when huge files could be cut off in the middle
View ArticleCommented 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 ArticleCreated Issue: SftpClient deletefile/delete fails after Exists check [1497]
I am trying to delete a file after checking for existance, Below is the code:```using (SftpClient sftp = new SftpClient(hostName, portNumber, userName,...
View ArticleCommented Issue: SftpClient deletefile/delete fails after Exists check [1497]
I am trying to delete a file after checking for existance, Below is the code:```using (SftpClient sftp = new SftpClient(hostName, portNumber, userName,...
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 ArticleCommented Issue: SftpClient deletefile/delete fails after Exists check [1497]
I am trying to delete a file after checking for existance, Below is the code:```using (SftpClient sftp = new SftpClient(hostName, portNumber, userName,...
View ArticleClosed Issue: SftpClient deletefile/delete fails after Exists check [1497]
I am trying to delete a file after checking for existance, Below is the code:```using (SftpClient sftp = new SftpClient(hostName, portNumber, userName,...
View Article