Hello everyone,
First, Thanks! to all who responsed to my question below (15+ responses).
Some recommended to use "expect" some to use Perl and some with a simple
script. But, they all working fine.
The one I pick is:
ftp -n -v ftpHost <<++EOF++
user YourLogin YourPasswd
cd DesiredFtpDir
hash
get DesiredFile
bye
++EOF++
Thanks again everyone...
Reg,
/Pat
______________________________ Forward Header __________________________________
Subject: ftp script
Author: CHANTHP_at_cliffy.polaroid.com (PHETPHONE D CHANTHAVONG) at INET
Date: 8/28/98 3:55 PM
Hi everyone,
I would like to write a script file in either Korn shell or
C shell using ftp to transfer a file from one system to another
under ftp anonymous account with password. How do I do it?
Could someone please help me...
Thanks,
-Pat
Received on Mon Aug 31 1998 - 17:03:05 NZST