There is a utility called "expect" which you can use to do this. Alternatively there is a telnet module for Perl which does the same job.
What is 'sth'? If it is a particular command you'd like to run you might consider using rcmd instead. Mike
michael.j.lacey@ntlworld.com
Email welcome if you're in a hurry or something -- but post in tek-tips as well please, and I will post my reply here as well.
I try to install expect from freebsd 's pkg, but when I try to use it,wright a script :
#! /bin/sh
spawn telnet 192.168.1.16
expect "User:"
send <jchen\r>
expect "Password:"
send <winner\r>
interact
Is it right, I got error "spawn: not found"
but I really didnot know where can I find it ,
and what is it? What should I do ?
I only want use the script to login remote server,
using tar to expand a tar file and login root
to exceute a shell.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.