Hello
I've been wondering what would be the best way to manipulate with my application - server
(send commands, etc.).
I've come accross SSH but this would take too much work to implement it and
I dont want to use openSSH - 3rd part source code which is compilable only
with cygwin. I want to keep clean code.
Telnet would be one option but this is not secure, again HTTP (web)
interface would be one option, but I'd prefer console-like shell and also it
should be portable and doesnt have to be user-friendly (like web interface).
Do you guys have any ideas for c++ alternatives? What do you prefer?
Best