哪个Java Telnet或openSSH库? [英] Which Java Telnet or openSSH library?

查看:103
本文介绍了哪个Java Telnet或openSSH库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要用Java编写一个小型测试程序,该程序必须使用telnet或openSSH与远程Windows服务器进行通信.您建议使用哪个库?我想使用一个文档齐全且稳定的库.

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.

推荐答案

我会使用 JSch (并且做).
快速学习并不太大.它用于:

I would use JSch (and do).
It's not too large to learn quickly. It's used in:

  1. Ant(1.6或更高版本).
  2. JSch已用于Ant的sshexec 和scp任务.
  3. Eclipse(3.0).
  4. 我们的Eclipse-CVSSSH2插件已被 包含在Eclipse SDK 3.0中.这 插件将允许您获取ssh2 通过以下方式访问远程CVS存储库 JSch.
  5. NetBeans 5.0(及更高版本)
  6. Jakarta Commons VFS
  7. Maven Wagon
  8. 合理的应用开发者 WebSphere软件
  9. HP Storage Essentials
  10. JIRA
  1. Ant(1.6 or later).
  2. JSch has been used for Ant's sshexec and scp tasks.
  3. Eclipse(3.0).
  4. Our Eclipse-CVSSSH2 plug-in has been included in Eclipse SDK 3.0. This plug-in will allow you to get ssh2 accesses to remote CVS repository by JSch.
  5. NetBeans 5.0(and later)
  6. Jakarta Commons VFS
  7. Maven Wagon
  8. Rational Application Devloper for WebSphere Software
  9. HP Storage Essentials
  10. JIRA

,并且它具有X转发功能,可与Linux一起使用.

and, it has X-forwarding and such to work with Linux.

这篇关于哪个Java Telnet或openSSH库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆