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 ...
- 04-08-2011 #1Just 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!
- 04-08-2011 #2
Use wget.
Downloads the file in the current wording directory.Code:$ wget http://www.domain.com/dir/myfile.ext
- 04-09-2011 #3Just Joined!
- Join Date
- Jan 2011
- Posts
- 59
Thanks! Exactly what I was looking for


