Re: [Tutor] STUPID telnet connection question

2011-06-11 Thread Kĩnũthia Mũchane
On 06/11/2011 08:02 PM, davidheise...@gmail.com wrote: I think Steven and Alan misunderstood the Rayon's question. What is 1 + 1? David I am with you. Rayon is using his telnet script to pass commands to a device ONE AT A TIME. Then he breaks the connection and reconnects for the next comman

Re: [Tutor] STUPID telnet connection question

2011-06-11 Thread Steven D'Aprano
davidheise...@gmail.com wrote: I think Steven and Alan misunderstood the Rayon's question. Rayon is using his telnet script to pass commands to a device ONE AT A TIME. Then he breaks the connection and reconnects for the next command.. He is asking how to open a telnet connection, pass MULTI

[Tutor] STUPID telnet connection question

2011-06-11 Thread davidheiserca
I think Steven and Alan misunderstood the Rayon's question. Rayon is using his telnet script to pass commands to a device ONE AT A TIME. Then he breaks the connection and reconnects for the next command.. He is asking how to open a telnet connection, pass MULTIPLE commands, then close the se