Downloading, cURL vs. wget

Posted by & filed under Linux.

I do more and more downloading using the command line these days, mainly using wget and cURL. This is a good comparison of the two. Both are great at downloading. cURL supports more protocol (outside of http, https, ftp) and is bi-directional. wget can download files recursively (links on a webpage, and links that appear… Read more »

wget to mass download files

Posted by & filed under Linux.

Sometimes I want to download all files on a page. The flashgot plugin works, but it involves clicking which can be a pain if you have a lot of pages to download. Recently I’ve been wanting to download pdf’s off a page. Found out that I can do so with wget on the command line:… Read more »