web content saver for ubuntu?

Dieter Schicker dieter.schicker at uni-graz.at
Sat Sep 9 22:18:48 UTC 2006


On Sat, 2006-09-09 at 23:42 +0200, Luqman wrote:
> hello,
> 
>  I am looking for something like "internet saver" for windows. It stores
>  complete pages, pdf files and pictures from the Internet for later
>  offline use.
> 
>  I was wondering if there is something like this for Ubuntu and
>  hopefully easy to manage.
> 
> Cheers,
> 

There's a great command line tool called "wget". It's installed on
Ubuntu by default. See also "man wget" or "wget --help".

Basic usage:

To fetch a single file: 

wget http://some.server/filename

To fetch an entire website (but keep in mind that there are legal
issues ...):

wget -r http://some.server/some.directory

Dieter






More information about the ubuntu-users mailing list