I need to set the Telnet terminal type option for a telnet connection
using Net::Telnet. Does anyone know how to do that? My script is connecting to the system and processing most
commands just fine. (So I know it
is NOT related to my prompt setting.)
The problem comes when I try to use a program on the server that is
looking to see ‘vt100’ in the Term Type, and it seems to be seeing ‘tvi925’
instead. I’ve tried looking
through the docs and Telnet.pm, but I’m not
sure how to go about using TELOPT_TTYPE, or even if that is what I need to use. |