How do you download files, such as mp3/pdf/doc, from websites in linux OS, such as Ubuntu?
I know wget is a good tool, anything else?
PS:
Many downloading tools, such as eMule, are better than wget in terms of downloading speed, right?
|
show 2 more comments
feedback
|
This question came from our site for professional and enthusiast programmers.
|
You can write your own script which acts like DAP in shell environment. For example running several instances of
(notice the ampersand) and so on. If you are not restricted to text mode, you may use FlashGet and lots of other stuff. | ||||
|
feedback
|
|
However, depending on use, | |||
|
feedback
|
wgetandcurlare pretty good, but I'd saywgetis the standard. Also, this might be a little off-topic here. – Dan Fego Jan 29 at 6:06wgetor a web browser.wgethas spidering functionality that might be helpful for downloading a lot of files. – Dan Fego Jan 29 at 6:16