Hello,
i try to implement an ssh server with rebex.
I added to the example the ShellCommand EventHandler so i could react on commands like:
if (e.Command == "hello") { ....
But can i execute all commands (like on an real ssh-server) directly in windows so my users can use all available windows commands like "type", "wscript" etc... ?
Best regards,
Thomas