New Comment on "Draft for Documentation page"
In the 'List directory' example there's a sftp.Connect(); missing right before var files = sftp.ListDirectory(remoteDirectory);
View ArticleNew Comment on "Draft for Documentation page"
there is an error in the upload example. it should be sftp.UploadFile(file,Remotefilename); at least in the version i downloaded.
View ArticleNew Comment on "Documentation"
On Server 2008 viewing this help file you can try the following: This page contains the info to fix the .chm problem http://www.helpandmanual.com/products_hhreg.html This is the link on that page to...
View ArticleNew Comment on "Documentation"
A note about the CHM file. If you install this on a file share and you cannot see the html in the right window, you may have issues with UNC paths. Install this on your local hard drive and see if the...
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: Documentation
Notice: This wiki is a work in progress and may contain dead-links or inaccurate information. Do not file any issues until this notice is removed. How to enhance debugging experience with...
View ArticleNew Comment on "Draft for Documentation page"
I am getting the following exception while compiling the sample. Error 1 The non-generic method 'Renci.SshNet.SshClient.AddForwardedPort(Renci.SshNet.ForwardedPort)' cannot be used with type arguments...
View ArticleNew Comment on "Draft for Documentation page"
LocalPortForward method above won't compile, tried different things but no luck.
View ArticleNew Comment on "Draft for Documentation page"
Upload file wont work, it takes in a Stream and String, the args are reversed in this example. This documentation needs to be a bit better.
View ArticleUpdated Wiki: Documentation
Notice: This wiki is a work in progress and may contain dead-links or inaccurate information. Do not file any issues until this notice is removed. How to enhance debugging experience with...
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 a 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 a complete rewrite using .NET 4.0, without...
View ArticleNew Comment on "ExampleSftpMultipleUploadDownload"
When I enter this line (var sftpASynch = asynch as SftpAsyncResult;) I am getting the following error (Error 1 The type or namespace name 'SftpAsyncResult' could not be found (are you missing a using...
View ArticleUpdated Wiki: Home
We've moved! SSH.NET is now available here:https://github.com/sshnet/SSH.NETIntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for...
View ArticleUpdated Wiki: Documentation
We've moved! SSH.NET is now available here:https://github.com/sshnet/SSH.NETNotice: This wiki is a work in progress and may contain dead-links or inaccurate information. Do not file any issues until...
View ArticleUpdated Wiki: Home
We've moved! SSH.NET is now available here:https://github.com/sshnet/SSH.NETIntroductionThis project was inspired by Sharp.SSH library which was ported from java and it seems like was not supported for...
View ArticleUpdated Wiki: Documentation
We've moved! SSH.NET is now available here:https://github.com/sshnet/SSH.NETNotice: This wiki is a work in progress and may contain dead-links or inaccurate information. Do not file any issues until...
View ArticleNew Comment on "Documentation"
Right-click on the File SshNet.Help.chm Klick Properties On the Right -Accept to See all Contents.
View Article