与嵌套的 telnet 连接对话 perl

发布于 2024-11-06 04:26:40 字数 199 浏览 0 评论 0原文

我有以下要求: 1) 在 telnet 端口上 telnet 到机器 x。 2) 一旦您进入机器 x,请在不同端口上 telnet 到机器 y。 3) 现在向机器 y 发出命令并获取输出。

我无法在这两台机器上使用expect。

我如何在 Perl 中实现这一目标?我应该能够通过机器 x 读取向机器 y 发出的命令的输出。

提前致谢。

I've the following requirement:
1) telnet to machine x on telnet port.
2) once you are in machine x, telnet to machine y on a different port.
3) now issue the commands to machine y and get the output.

I cannot use expect on both these machines.

How do i achieve this in perl? I should be able to read the output of commands issued to machine y by being in machine x.

Thanks in advance.

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

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

发布评论

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

评论(1

财迷小姐 2024-11-13 04:26:40

CPAN Net::Telnet 模块应该可以帮助您,至少在您机器 x 的第一步中。

您最终可能会编写代码放置在使用 Net::Telnet 的机器 x 上,并通过与机器 x 的连接运行该代码。

如果没有关于您当前问题的更多信息,这就是我能做的最好的事情,抱歉。

The CPAN Net::Telnet module should help you here, at least in your first step to machine x.

You may end up writing code to sit on machine x that uses Net::Telnet that you run via your connection to machine x.

Without a lot more information on your curennt probelms that's the best I can do, sorry.

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