I need to make a small test program in java which has to communicate with remote Windows server using telnet, or openSSH. Which library would you suggest to use? I'd like to use a well documented and stable library.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I would use JSch (and do).
and, it has X-forwarding and such to work with Linux. |
||||
|
|
|
Since you also asked about Telnet Commons Net provides an implementation. |
|||
|
I can also recommend JTA, the Java Terminal Adapter. Very nice plugin architecture if you have to add value to it. |
|||
|
|