Java 应用程序中的 SSH 与“expect”喜欢功能

发布于 2024-11-16 04:50:32 字数 1432 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

小傻瓜 2024-11-23 04:50:32

自我推销我的项目:在查看了其他基于 Java 的 Expect 库之后,我决定编写自己的......希望您发现它有用。如果发现任何问题,请在 GitHub 中打开问题。

https://github.com/ronniedong/Expect-for-Java

对于 SSH,我建议使用 JSch,如下所示自述文件中的示例。

Self-promoting my project: after looking at other Java-based Expect libraries, I decided to write my own... hope you find it useful. Please open issues in GitHub if you find any problem.

https://github.com/ronniedong/Expect-for-Java

For SSH, I suggest using JSch, as the example in the readme file.

如若梦似彩虹 2024-11-23 04:50:32

是的,这是可能的。有一些库,但我建议使用 Ganymed SSH-2。你可以在这里下载它,还有很多使用函数的例子...

Yes, it's possible. There are some libraries, but I suggest Ganymed SSH-2. You can download it here, and there are also a lot of examples of using functions...

话少心凉 2024-11-23 04:50:32

尝试ExpectJ。   

Try ExpectJ.   

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文