Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Apache commons-net lib 远程登录到 PC。连接到该服务器后,我希望能够在它(服务器)上执行命令。在 Java 中实现这一目标的最佳方法是什么?
您最好使用JSch远程登录到远程计算机并执行命令。查看示例部分 - 它包含您需要的一切。