Commented Issue: Invalid handling of http proxy server response [1509]
Hi,I did find a problem when testing the assembly with our squid 3.0 proxy. I receive the message, that Result cannot be called on a failed match. Therefore I've extended the code in Session.cs a...
View ArticleNew Post: SCP copy to a specific folder
Hi, I think you using this incorrectly. It seems that you trying to upload stream into the folder which is obviously impossible. I would change this line:client.Upload(filestream,...
View ArticleNew Post: OperationTimeout and ConnectionInfo.Timeout don't terminate the...
Hi, I think there is a little misunderstanding about timeout parameter. What it basically means is if there is no response from the server for lets say 30 sec, then throw an exception. But if upload...
View ArticleNew Post: Mono Support?
Thanks for the Response Oleg. Is there a way to capture and display the standard error and standard output of the attempted ssh connection? I'm sure if I can see what the error really is I can craft a...
View ArticleNew Post: Mono Support?
Hi Nathan, Actually the message that you see its something that client displays, its not part of the protocol, to wait for response. Did you try to debug it? Where does it hang? What line? Also, did...
View ArticleCommented Issue: Add the XML documentation to the NuGet package [1477]
Please, can you add the generated xml documentation to the nuget package so we can get the intellisense help working.ThanksComments: ** Comment from web user: eferreyra ** Have checked and its fine...
View ArticleCommented Issue: Invalid handling of http proxy server response [1509]
Hi,I did find a problem when testing the assembly with our squid 3.0 proxy. I receive the message, that Result cannot be called on a failed match. Therefore I've extended the code in Session.cs a...
View ArticleNew Post: SCP copy to a specific folder
Hi Oleg, The fix in 22896 works for uploading a file, but doesn't work when uploading a directory:using (var c = new ScpClient("host", "user", "password")) { c.Connect(); var di = new...
View ArticleCreated Issue: ArgumentException in Expect [1510]
While Unit Testing my solution using SSH.NET I run into some problem.Sometimes I get error from SSH.NET during test (it is weird, because it happen once 5-6 runs)Exception: System.ArgumentException:...
View ArticleNew Post: Problem with uploading to Unix
When I try to use SCPClient to copy several big files (1 gb) from windows machine to unix machine, I have problem First target file have same size , but others don't uppload full. They have less size...
View ArticleCreated Issue: SCP Won't Upload Directories [1511]
As per the discussion [here](http://sshnet.codeplex.com/discussions/284021), SCP doesn't currently work when uploading folders.
View ArticleNew Post: Problem with uploading to Unix
Well connect inside the loop... not really good thing. You should keep connection opened. You can call connect every time, because it will do nothing if connection is opened. for the file size. You...
View ArticleNew Post: ScpClient missing methods
well all this commands can be put into the base class...
View ArticleNew Post: Problem with uploading to Unix
At start I connected from outside a loop. But later I changed as it is now. I hoped that this will be solve the problem. Now I have found problem and have solved it. namespace Renci.SshNet {///...
View ArticleNew Post: Problem with uploading to Unix
Hi, I actually solved this problem already but it didst make it to release version yet. You can also download latest source code where this fix is already available. Thanks, Oleg
View ArticleNew Post: ScpClient missing methods
Hi, Yes, I agree but I just dont want to overcrowd class with method, since SFTP class for example will have a lot of methods to support SFTP and other commands for SCP, shell, command exaction will be...
View ArticleNew Post: Problem with uploading to Unix
Hello, Oleg! When will you plan upload new release?
View ArticleNew Post: Problem with uploading to Unix
Hi, I usually wait for a while to have few more fixes in, also busy with another project right now so dont have much time for this one at a moment :(:(. Thanks, Oleg
View ArticleNew Post: How to synchronize Threads?
So I have a application which queues up files and spawns Tasks to handle the uploading on separate threads. When I try to use the sftpClient inside this thread I get an exception: Object...
View ArticleNew Post: Small File Upload Problem
Hello, Oleg! Now I have same problem... File is really have uploaded but the process just hangs there. Can I see your solve for testing?
View Article