Ben Voris
Ben Voris
Too bad. I had hoped that because curl libssh and libssh uses OpenSSH, it would honor the config file and so allow curl to behave like OpenSSH clients. Knowing that...
I know nothing about Microsoft C++ or clang, and only a very little about cmake, but I *think* cmake is trying to test if the compiler you've told it to...
@jhstaal, don't confuse a lack update on an issue with a project being abandoned. NppFTP was updated [23 April 2020 ( 0.30.7).](https://github.com/ashkulz/NppFTP/releases/tag/v0.30.7) The latest served by Plugin Admins is [0.29.5](https://github.com/ashkulz/NppFTP/releases/tag/v0.29.5)...
The hosts are stored in `%APPDATA%\Notepad++\plugins\config\NppFTP\NppFTP.xml` Also be aware that this plugin uses its own known_hosts file, which is in the same directory. It is possible to link to other...
Sorry, I can't help with that. I only use key authentication.
Am I looking at the right place in the code? Is there no additional logging or debug output that I could enable that would identify what the error is?
I tried `pwsafe -v=` and got no extra output beyond a console message `Gtk-Message: 10:56:32.138: Failed to load module "canberra-gtk-module"` Also, the safe was not updated. I cloned this repo...
Thanks. Would you like a PR that changes "Note 1`" in README.LINUX.DEVELOPERS.md to say something like "Makefile.linux is of only of historic interest. Use cmake as described below"? Anyway, `cmake...
The "unknown" error is `OK_WITH_VALIDATION_ERRORS`. This is set in `PWScore::ReadFile()` In my case, `OK_WITH_VALIDATION_ERRORS` is returned because`bValidateRC` is true because `vGTU_DUPLICATE_UUID.empty()` is false. And yet --validate logs nothing. ```text (gdb)...
Also, note that `bValidate=false` despite passing `--valididate=`*filename* as an argument.