New 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 ArticleNew Post: ListDirectory - SftpPathNotFoundException
Hi Oleg, I'm paying more attention to various discussion threads and digging deeper into SSH.NET. I'm planning to have my project on Codeplex published by end of the month. It depends heavily on...
View ArticleNew Post: ListDirectory - SftpPathNotFoundException
I just added you as a Skype contact. I'm going to start a new issue on the SSH.NET discussions now because I'm confused as to using private key files. Bill From: [email removed] To: [email removed]...
View ArticleNew Post: PrivateKeyAuthenticationMethod
The method takes a privateKeyFile. The PrivateKeyFile is overloaded and I'm looking at two choices. One takes just a Filename, the other takes a Filename and Passphrase. In my program I'm allowing for...
View ArticleNew Post: PrivateKeyAuthenticationMethod
Hey, I guess what you can do is to pass second parameter as null, since empty string is a valid passphrase, and then it should work. Also, please take a look at private key format examples, it should...
View ArticleNew Post: How to synchronize Threads?
Looks like a newer version of the library was released, after upgrading this error went away so happy days!
View ArticleNew Post: PrivateKeyAuthenticationMethod
thanks, will look around and post back my experience. From: [email removed] To: [email removed] Date: Thu, 21 Feb 2013 07:11:46 -0800 Subject: Re: PrivateKeyAuthenticationMethod [sshnet:433963] From:...
View ArticleNew Post: PrivateKeyAuthenticationMethod
I took no chances and instead just did it in code with optional parameters, like this. Covered all 3 of my use cases this way. Seems to work. private static AuthenticationMethod createAuthObject(...
View ArticleNew Post: How to synchronize Threads?
No problem, glad it worked out. I did addressed some synchronization recently so I guess it was one of them. Thanks, Oleg
View ArticleNew Post: Code Samples in the tests not seen
I just downloaded the source code zip and there is no solution file. Only one project file for the library. I don't see the test code you are referring to. Am I missing something?
View ArticleNew Post: Code Samples in the tests not seen
Hi, Sorry for confusion, You will need to download it from "SOURCE CODE" tab. This is where the whole solution source code is located. Thanks, Oleg
View ArticleNew Post: Use JSON Schema validation with a JSON array
I see how to parse in a single object to JObject and then validate against schema. But when my JSON file will contain an array (small, simple) and I'd like to schema validate each object before...
View ArticleNew Post: Use JSON Schema validation with a JSON array
Hi, Sorry, but I don't see how this questions is relevant to SSH. You might want to check different forums. Thanks, Oleg
View ArticleNew Post: Use JSON Schema validation with a JSON array
OOPS. I did put in the wrong forum. Sorry. Please delete...
View ArticleNew Post: Failing to Authenticate on SSH_MSG_USERAUTH_PASSWD_CHANGEREQ
Hi, I am connecting to an SSH server using the PasswordAuthenticationMethod and failing when SendMessage is called with SSH_MSG_USERAUTH_PASSWD_CHANGEREQ. The event...
View Article