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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would use JSch (and do).
It’s not too large to learn quickly. It’s used in:
and scp tasks.
included in Eclipse SDK 3.0. This
plug-in will allow you to get ssh2
accesses to remote CVS repository by
JSch.
WebSphere Software
and, it has X-forwarding and such to work with Linux.