Skip to content
Prev 76435 / 398502 Next

R binaries

Nam-Ky Nguyen schrieb:
There are many methods to download several files at once, either text 
based using an ftp or http client (e.g. wget) or GUI based.

Some GUI's:

- the downTHEMall! plugin for Mozilla Firefox

- "Total Commander" (Shareware, Windows) is a very nice universal file 
manager with an effective built-in ftp client.

- KDE on a recent LINUX distribution: the file manager "konqueror" has 
built-in http and ftp support and is able to copy complete directory trees.

As an example to copy some documentation simply type

ftp://cran.r-project.org/pub/R/doc

(please select your cran mirror near you) into the address line, then 
select the required directory (e.g. Rnews) and press the right mouse 
button, but be careful if you select huge directory tries.

Thomas P.