Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
telnet & ftp through shell script?!
Name: nariman azad Date: April 13, 2003 at 04:00:27 Pacific OS: UnixWare7.1.1 CPU/Ram: PII/128MB
Comment:
Can i do TELNET and FTP to the remote machine with automatic login and password through shell script ? if yes,how??
Name: David Perry Date: April 13, 2003 at 06:50:45 Pacific
Reply:
ftp can be scripted pretty easily if you want only limited funtionality. Telnet as a chatty protocol is not so easy with a normal shell. Look at expect. This and more can be done easily with expect.
Summary: Hi, can i do telnet to the remote machine with automatic login and password through shell script ? if yes how. I've tried the answer given by someone but it doesn't work. regards appreciate your help...