doublecmd
doublecmd copied to clipboard
FTP plugin misses link to the help page with the instruction how to setup LibSSH2
Version
Double Commander Version: 1.2.0 alpha Revision: 11324 Commit: d2416cc2a Build date: 2024/05/19 Lazarus: 3.99.0.0 FPC: 3.2.2 Platform: x86_64-Darwin-cocoa OS version: Mac OS X 12.7.5
Description
When you as a new DC user start to connect to SCP/SFTP server you get the popup:
It would be more user friendly to simply the text "libSSH2 library not found!" and simple helper link "How to install" and when you click on it, you land onto the DC help webpage where you get per platform steps to install this lib.
For macOS that would be these simple steps:
- Install https://brew.sh/
- Run Terminal and enter: brew install libssh2
- Restart Double Commander
Ref: https://github.com/doublecmd/doublecmd/issues/1604