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.
私はApachecommons-netlibを使用してPCにtelnet接続しています。このサーバーへの接続が完了したら、サーバー(サーバー)でコマンドを実行できるようにしたいと思います。Javaでこれを実現するための最良の方法は何ですか?
JSchを使用してリモートマシンにtelnetで接続し、コマンドを実行することをお勧めします。例のセクションを確認してください-必要なものがすべて揃っています。