Results 1 to 2 of 2
Hello,
I have achieved the following in the terminal:-
ftp> open <name of server>
name <insert log in>
password: <password>
ftp>prompt
interactive mode off
ftp>mget *.zip
This then downloads all ...
- 03-01-2011 #1Just Joined!
- Join Date
- Mar 2011
- Posts
- 8
How do i Run a ftp shell script
Hello,
I have achieved the following in the terminal:-
ftp> open <name of server>
name <insert log in>
password: <password>
ftp>prompt
interactive mode off
ftp>mget *.zip
This then downloads all files from the server.
How would i create a shell script to do this? In specific what commands would i need to encapsulate the above?
I'm a newbie to this but would appreciate any help as im lost.
with thanks
- 03-01-2011 #2Just Joined!
- Join Date
- Mar 2011
- Posts
- 8
Done it. ...............


Reply With Quote