Ganymed API 的问题
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 JSCH API 的情况下设置 channel.connect() 和 session.disconnect
set channel.connect() and session.disconnect in case of JSCH API's