Open source Telnet Java API

前端 未结 3 1708
囚心锁ツ
囚心锁ツ 2021-01-12 00:47

Is there an open source telnet API/library out there for Java (something like Python telnetlib)? I need to connect to a server using telnet and execute some commands from wi

3条回答
  •  无人及你
    2021-01-12 01:04

    Sure is.

    http://sourceforge.net/projects/jtelnet/ (EDIT: Noted as crap.)

    Here is an Apache project which is presumably much more handy:

    http://commons.apache.org/net/

提交回复
热议问题