Hi all:
I am trying to do a automated telneting to some localhost on the zaurus, does anyone have any idea how to do this?
I've tried the following simple script that seems to works on other linux:
in a script telnet.sh:
sleep 1
echo <username>
sleep 1
echo <password>
sleep 1
echo <command>
then on the terminal:
./telnet.sh | telnet localhost <port>
but zaurus just seems to do anything after i execute the above command,
no return at all. Does anyone have any ideas, or any other way to do this.
Thanks a lot.
Jian W