wok view wget/description.txt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children 3b127f92c057
line source
1 Wget is a network utility to retrieve files from the web using HTTP(S) and FTP,
2 the two most widely used internet protocols. It works non-interactively, so it
3 will work in the background, after having logged off. The program supports
4 recursive retrieval of web-authoring pages as well as FTP sites -- you can use
5 Wget to make mirrors of archives and home pages or to travel the web like a WWW
6 robot.
7 Wget works particularly well with slow or unstable connections by continuing to
8 retrieve a document until the document is fully downloaded. Re-getting files
9 from where it left off works on servers (both HTTP and FTP) that support it.
10 Both HTTP and FTP retrievals can be time stamped, so Wget can see if the remote
11 file has changed since the last retrieval and automatically retrieve the new
12 version if it has.
13 Wget supports proxy servers; this can lighten the network load, speed up
14 retrieval, and provide access behind firewalls.