in reply to Re^2: Telnet command with more than 1024 chars (updated)
in thread Telnet command with more than 1024 chars
However, your problem sounds similiar to one that occurs when accessing routers, which typically default to paging after 24 lines and/or inserting line breaks after 80 characters. So my suggestion is: telnet in manually, issue the "escape character" (usually something like ctrl+] ), and enter "display". According to this, that should show you the parameters that are in effect. Perhaps you can see/set line width and/or page length there. In that case, Net::Telnet's option_state, option_send, etc. could be used.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Telnet command with more than 1024 chars (updated)
by ElectricCheese (Initiate) on Jul 25, 2017 at 19:17 UTC |