New 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 ArticleUpdated Wiki: Home
IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is complete rewrite using .NET 4.0, without...
View ArticleUpdated Wiki: Home
IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is complete rewrite using .NET 4.0, without...
View ArticleUpdated Wiki: Home
IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is complete rewrite using .NET 4.0, without...
View ArticleUpdated Wiki: Home
IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is complete rewrite using .NET 4.0, without...
View ArticleUpdated Wiki: Home
IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is complete rewrite using .NET 4.0, without...
View ArticleUpdated Wiki: Home
IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is complete rewrite using .NET 4.0, without...
View ArticleUpdated Wiki: Home
IntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for quite some time. This library is complete rewrite using .NET 4.0, without...
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 Article