Ganymed API 的问题

发布于 2024-10-18 00:18:06 字数 221 浏览 2 评论 0原文

我正在使用 Ganymed API 编写 SSH 客户端代码。当我尝试通过我的代码远程执行命令时,它没有显示任何内容,并且程序执行没有停止。我的腻子为同一命令提供了正确的输出。当我发出一些基本命令时,它工作正常。我是在windows环境下做的。

我也尝试过使用 JSCH API。但它也给了我同样的行为。

任何人都可以告诉我出了什么问题并提出任何建议吗?

谢谢,
纳伦德拉

I am writing SSH Client code using Ganymed API's. When I am trying to execute a command remotely through my code it showing nothing and Program execution is not stopping. My putty giving correct output for same command. When I am issuing some basic commands it working fine. I am doing this in windows environment.

I also tried using JSCH API's. But it also giving me same behavior.

Can any one tell me what is wrong and any suggestions please.

Thanks,
Narendra

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

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

发布评论

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

评论(1

苯莒 2024-10-25 00:18:06

在 JSCH API 的情况下设置 channel.connect() 和 session.disconnect

set channel.connect() and session.disconnect in case of JSCH API's

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