Re: Interactive apps with Python

2008-02-21 Thread Michael Torrie
[EMAIL PROTECTED] wrote: > Folks, > I am trying to build an interactive test application. I > would like to generate interactive commands to an existing > server(ftpd) > so commands like ftp 192.68.20.1 > ace>login: > ace >password : > I should be able to mimic human intervent

Interactive apps with Python

2008-02-21 Thread sunilkjin
Folks, I am trying to build an interactive test application. I would like to generate interactive commands to an existing server(ftpd) so commands like ftp 192.68.20.1 ace>login: ace >password : I should be able to mimic human intervention. Is this possible in perl. I do not w