Now I have an idea to start two newLISP servers and communicate via (net-eval) command. Something like
(net-eval "192.168.1.94" 4711 '(write-file "test.txt" (get-file "
But this method seems to be unsafe: any villain can make my server to evaluate something evil.
May be there is some other way to send remote commands?