View previous topic :: View next topic |
Author |
Message |
Orius n00b
Joined: 29 Nov 2003 Posts: 3
|
Posted: Sat Nov 29, 2003 8:50 pm Post subject: What is the command to download from a link in gentoo? |
|
|
i looked everwhere and cant seem to find the command to download in linux.
something like :
<command> <link here> <location to download to>
and it starts downloading. |
|
Back to top |
|
|
ikaro Advocate
Joined: 14 Jul 2003 Posts: 2527 Location: Denmark
|
Posted: Sat Nov 29, 2003 8:55 pm Post subject: |
|
|
maybe you are looking for "wget" ?
like from a console:
Code: |
wget ftp://distro.org/release/12.x/base/somefile.iso /home/me/downloads
|
works for http too.
man wget |
|
Back to top |
|
|
Orius n00b
Joined: 29 Nov 2003 Posts: 3
|
Posted: Sat Nov 29, 2003 9:05 pm Post subject: |
|
|
thanks much |
|
Back to top |
|
|
|