in reply to Net::Telnet + command prompt
I don't what you're programming/developing but another thing you might want to be aware of is the trickiness of Microsoft's own "telnet server".$host->login( $username, $password ); my $prompt = "_MYPROMPT_"; $host->prompt("/$prompt\$/"); $host->cmd("prompt = $prompt");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: RESOLVED: Net::Telnet + command prompt
by brwarn (Novice) on Mar 07, 2008 at 17:43 UTC | |
by Anonymous Monk on Mar 06, 2014 at 15:47 UTC | |
by Anonymous Monk on Mar 11, 2014 at 11:02 UTC |