New Post: why there is nothing in your help documentation
Hi, Please read how to unblock content here. Its known windows behavior. Thanks, Oleg
View ArticleNew Post: scp odd behavior
I'm able to login to a server and execute scp commands using your library. I'm getting a weird behavior on upload. I need to upload a file to a folder off of the root called "in", but when I perform...
View ArticleNew Post: scp odd behavior
Hi, Unfortunately I do have some problems with SCP right now. I am planning to review this client as soon as I have more time since I have few more related issues. Thanks, Oleg
View ArticleNew Post: scp odd behavior
okay... I can probably deal with this for now, but would be nice if I could figure out how to stop this behavior!
View ArticleNew Post: SCP copy to a specific folder
Hi, Can you please check 23466 commit and see if it fixed that? I made some change to the logic and it worked correctly in my test. Thanks, Oleg
View ArticleNew Post: scp odd behavior
Hi, Can you please check 23466 commit and see if it fixed that? I made some change to the logic and it worked correctly in my test. Thanks, Oleg
View ArticleNew Post: Bug in SftpClient dispose
Hi, Yes, this is the same bug I think. Can you please check 23469 commit and see if you still having this problem? Thanks, Oleg
View ArticleNew Post: SCP copy to a specific folder
Hi Oleg, That works great for uploading to a specific directory! However, there is a slight bug: if the destination path does not end with a "/", it is uploaded to a nested...
View ArticleNew Post: SCP copy to a specific folder
Hi, I just tested and actually in my case both tests:scp.Upload(new DirectoryInfo(@"D:\test1"), "/AAA/oleg"); andscp.Upload(new DirectoryInfo(@"D:\test1"), "/AAA/oleg/"); In those both cases it...
View ArticleNew Post: SCP copy to a specific folder
Yes - you are correct. I did not know this. Thanks!
View ArticleNew Post: Dynamic PortForward Problem
Hi, What do you use for web address? It seems that you using not valid url that cannot be parsed by OS and I am simply forwarding this exception back to you. For example, see this post Thanks, Oleg
View ArticleNew Post: Dynamic PortForward Problem
Thank you for your reply. yes I have problem with DNS resolving on my side, after some test when I use IP address it works fine. I thought when I use dynamic forwarding (SSH -d), DNS resolving occur on...
View ArticleNew Post: Dynamic PortForward Problem
i, It tries to resolve DNS name on the client and then provides IP address to the server. I think its a protocol restriction so dont think it could change. Thanks, Oleg
View ArticleNew Post: Dynamic PortForward Problem
Hi, I don't know about protocol restriction, but putty and tunnelier can do dynamic portforward even with DNS disabled on local machine, I guess I have to look putty source code. Thankyou for your...
View ArticleNew Post: Dynamic PortForward Problem
Hi, Just for information, in SOCK5 we can send domain name as request, I found information from here. thanks
View ArticleNew Post: Pageant integration?
Unfortunately, that code uses the .net 4+ MemoryMappedFile. I'm stuck with .net3.5 (For various reasons I'm not too happy with). There isn't a heavy reliance on that feature though so it may be fairly...
View ArticleNew Post: Pageant integration?
FYI, this patch works great under .net 4 without modification. Given that Pageant is the ubiquitous SSH agent for windows, it's a shame that it can't be included. It's as simple as: string host =...
View ArticleNew Post: Pageant integration?
Hi, The reason I cannot include it in the library is due to native method. For example: [DllImport("user32.dll", EntryPoint = "SendMessageA", CallingConvention = CallingConvention.StdCall,...
View ArticleNew Post: Dynamic PortForward Problem
Hi, Thanks for pointing it out, I dont think I should disable IPv4 and IPv6 and only do domain name since it could be problematic for some but I will look into it of course. So you were using the same...
View Article