如何在远程计算机上运行本机的本地程序/二进制文件?
以一个本地perl
脚本为例。我想要做的是将它发送到远程计算机然后调用它,使用ssh
- 像这样:
ssh 192.168.1.2 perl - $arg0 $arg1 $arg2 < script.pl
如何使用已编译的二进制文件执行此操作?
可能重复:superuser.com/questions/241259 / ...
—
nKn 2015年
@nKn是的,它是重复的,但答案是不正确的。
—
MariusMatutiae 2015年