Net::CLI::Interact::Transport::Telnet(3pm) | User Contributed Perl Documentation | Net::CLI::Interact::Transport::Telnet(3pm) |
Net::CLI::Interact::Transport::Telnet - TELNET based CLI connection
This module provides a wrapped instance of a TELNET client for use by Net::CLI::Interact.
On Windows platforms you must download the "plink.exe" program, and pass its location to the library in this parameter. On other platforms, this defaults to "telnet".
Based on the "connect_options" hash provided to Net::CLI::Interact on construction, selects and formats parameters to provide to "app" on the command line. Supported attributes:
On Windows platforms, each item on the list will be passed to the "plink.exe" application, separated by a single space character. On Unix platforms, if depends whether you have IO::Pty installed (which in turn depends on a compiler). Typically, the Net::Telnet library is used for TELNET connections, so the list can be any options taken by its "new()" constructor. Otherwise the local "telnet" application is used.
See the following for further interface details:
2023-03-26 | perl v5.36.0 |