Skip to content
Prev 79928 / 398502 Next

Downloading zip files

Murray Jorgensen wrote:
You probably want to use "wget".  I think a "recursive web suck" would 
suck down a whole directory from CRAN in one command:

wget -r -l1 http://cran.<mirror>.r-project.org/bin/windows/contrib/2.2/

will get all the contents of the Windows 2.2 binary directory, plus a 
bit of other junk.  You want the -l1 to limit yourself to things 
directly referenced on that page, otherwise you'll get all of CRAN.

wget is available in various places on the web; I forget where I got my 
copy.

I think there are options in various browsers to do the same thing, but 
I haven't used them.

Duncan Murdoch