哪个 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我会使用 JSch (并且这样做)。
它不是太大,可以快速学习。它用于:
和 scp 任务。
包含在 Eclipse SDK 3.0 中。这
插件将允许你获得 ssh2
通过以下方式访问远程 CVS 存储库
JSch。
WebSphere 软件
,它具有 X 转发等功能,可与 Linux 配合使用。
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.
由于您还询问了 Telnet Commons Net 提供了一个实现。
Since you also asked about Telnet Commons Net provides an implementation.
我还可以推荐 JTA,即 Java 终端适配器。如果您必须为其增加价值,则非常好的插件架构。
I can also recommend JTA, the Java Terminal Adapter. Very nice plugin architecture if you have to add value to it.