in reply to Re^2: Troubles with Telnet module
in thread Troubles with Telnet module
Expect does not establish a remote connection but you can use it in conjunction with Net::Telnet to do this. Better yet, have a look at Net::SSH2::Expect or Net::SSH::Expect to avoid the unencrypted comms.
|
|---|