Hello all, Using the reference link below, I've been trying to issue commands to my router via the TelnetClient class, but I've run into some trouble. Namely, that whenever I issue a command, the response I read contains an echo of the command I issued. For instance, if I issue an 'ls' command, the response I read back is prefaced with the following character sequence: "[mls". Is there a way to disable echoing? If there is, it's not made apparent.
Can anyone help? Regards, Mark Reference: http://twit88.com/blog/2007/12/22/java-writing-an-automated-telnet-client/
