Re: Telnet Program

2008-01-30 Thread Tim Roberts
Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: >On Tue, 29 Jan 2008 16:23:28 -0800 (PST), "[EMAIL PROTECTED]" ><[EMAIL PROTECTED]> declaimed the following in comp.lang.python: > >> Telnet(192.168.2.75,5000): send '\n\n' > > Should that be "\r\n" (or, if two lines is intended, "\r\n\r\n") I do

Re: Telnet Program

2008-01-30 Thread Tim Roberts
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > >Thank You for the response. I did set the debugging level. I get back >this. > >Telnet(192.168.2.75,5000): recv 'Password: ' >Telnet(192.168.2.75,5000): send '*\n' >Telnet(192.168.2.75,5000): recv '\r\x00\r\nlogged in successfully\r\n' >Telnet(1

Re: Telnet Program

2008-01-29 Thread [EMAIL PROTECTED]
On Jan 29, 12:27 pm, Rob Wolfe <[EMAIL PROTECTED]> wrote: > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > > I am having some issues writing a telnet program, using telnetlib. I > > am not sure if it is the telnet on the connections end or it is my > > program. > > > A little background, when I

Re: Telnet Program

2008-01-29 Thread Rob Wolfe
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > I am having some issues writing a telnet program, using telnetlib. I > am not sure if it is the telnet on the connections end or it is my > program. > > A little background, when I log in straight from the Linux Command > prompt. The only thing I g