The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: FTP scripting
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 12-10-2007
bikas_jena bikas_jena is offline
Registered User
 

Join Date: Nov 2007
Posts: 13
I think you can get hint from the following example

syntax
======
ftp -s:test.scr


test.scr file conatins the following things
===============================
open <servername>
userid
password
cd /home/hypadm/ctl
prompt
mget *
bye
Reply With Quote