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.
Problems using the CHM file on Windows 7 or Windows 8
Windows 7
The CHM file, at least in windows 7, when downloaded, will show broken links and empty pages unless you unblock the file.
Start PowerShell and use this command: Unblock-File .\SshNet.chm
Note, you can move to directories like you can in Command Prompt.
Source (superuser.com)
- How to enhance debugging experience with SSH.NET
- Troubleshooting SSH.NET
- Download the SSH.NET API documentation
Problems using the CHM file on Windows 7 or Windows 8
Windows 7
The CHM file, at least in windows 7, when downloaded, will show broken links and empty pages unless you unblock the file.
- Right click on: SshClient.chm # two
- Near the bottom of the dialog on the right, you will see an "Unblock" button. Click it!
Start PowerShell and use this command: Unblock-File .\SshNet.chm
Note, you can move to directories like you can in Command Prompt.
Source (superuser.com)