Page 1 of 1

Question about CentOS

Posted: Wed Jun 22, 2011 11:17 pm
by Nituvious
How do you download a file from web site through the command line? For example, if I have a file at http://stuff.com/files/download.txt
How can I download it to /user/myfolder/ ?

I'm pretty crappy with Linux and the CLI. Been googling all day for answers but I think the good side of my brain is off in wonderland or something.

Re: Question about CentOS

Posted: Thu Jun 23, 2011 9:13 am
by tinman
How about "wget"?

Re: Question about CentOS

Posted: Thu Jun 23, 2011 10:13 pm
by Nituvious
Thanks! Exactly what I needed :)