I am making online file editor which works by SSH.
It can connect to another SSH machine, read textarea, and make a remote SSH command with $textarea .
What command shall i use, so it will change file called server.settings to contents of $textarea? Or some script?
Thanks in advance.
So, solution i made was:
I echo’ed result from SSH command to textarea
Then made, that python will write the content from textarea to requested file.