The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
FTP scripting
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
FTP scripting
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
12-10-2007
bikas_jena
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
bikas_jena
View Public Profile
Find all posts by bikas_jena