Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Just Joined!
    Join Date
    Mar 2011
    Posts
    8
    Done it. ...............

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...