Re: [Tutor] telnet connection question

2011-06-10 Thread Alan Gauld
"Rayon" wrote Is there any way that I can use python telnetlib to connect to a telnet session. Send commands and get back data without closing the connection. Yes, thats what it's for. I need the response to be faster and the login process is taking up too much time. Faster than what?

Re: [Tutor] telnet connection question

2011-06-10 Thread Steven D'Aprano
Rayon wrote: HI All, Is there any way that I can use python telnetlib to connect to a telnet session. It would be a pretty rubbish telnet library if it didn't let you make telnet connections. I don't understand why you are asking this question, since you have successfully made connection

[Tutor] telnet connection question

2011-06-09 Thread Rayon
HI All, Is there any way that I can use python telnetlib to connect to a telnet session. Send commands and get back data without closing the connection. I need the response to be faster and the login process is taking up too much time. I was thinking I could use a queue to pass in data b