Re: telnet read_sb_data

2006-04-14 Thread Grant Edwards
On 2006-04-14, Arne <[EMAIL PROTECTED]> wrote: > Yes I have read the documentation. But I am not sure what is > the SB/SE suboption. Is this a suboption on the remote machine > or for Python. Maybe you could be so kind and explain it to me > with a little code example. SB/SE are used for telnet p

Re: telnet read_sb_data

2006-04-14 Thread Arne
Thank you for your reply. Yes I have read the documentation. But I am not sure what is the SB/SE suboption. Is this a suboption on the remote machine or for Python. Maybe you could be so kind and explain it to me with a little code example. Thany you very much! Arne "Dennis Lee Bieber" <[EMAIL

telnet read_sb_data

2006-04-13 Thread Arne
Hello! Task: Connecting to a unix server and getting the directory list . OS: XP Connecting to the server via telnet is no problem. I also want to get the directory list. I know by using read_all I can get all the output (starting from the login up to the end). 1. What I look for is the option t