I'm looking for a solution like GateOne that I could install on a server that supports PHP, for which I don't have an ssh connection. It also supports Python, but I can't do anything on it without actually accessing SSH. This means that it should work just by dropping it into a folder.
I saw the JavaScript client client (or JS + PHP) , but the solutions look outdated.
For example, I would like to be able to perform simple ln -s ./dir1 ./dir2to create a symbolic link.
source
share