wget

Gets a file or a directory through the internet.

Examples:

 Prompt> wget http\://www.remote-host.com/remote-file
To get the whole site:
 Prompt> wget -r http\://www.remote-host.com
To get a directory and its sub-directories (that is, two sub-levels):
 Prompt> wget -r -l2 http\://www.remote-host.com/remote-directory



2014-11-06