Find the answer to your Linux question:
Results 1 to 3 of 3
Let's say i have a link to a file http://www.domain.com/dir/myfile.ext Is there a command line tool that will allow me to download this file. I'm looking for something like: download ...
  1. #1
    Just Joined!
    Join Date
    Jan 2011
    Posts
    59

    [SOLVED] download a file from command line

    Let's say i have a link to a file http://www.domain.com/dir/myfile.ext

    Is there a command line tool that will allow me to download this file. I'm looking for something like: download <http address> ... is there anything that simple?

    Thanks!

  2. #2
    Just Joined! hunter_thom's Avatar
    Join Date
    Apr 2010
    Posts
    89
    Use wget.

    Code:
    $ wget http://www.domain.com/dir/myfile.ext
    Downloads the file in the current wording directory.

  3. #3
    Just Joined!
    Join Date
    Jan 2011
    Posts
    59
    Thanks! Exactly what I was looking for

Posting Permissions

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