wok view wget/description.txt @ rev 19674

Add get-opera-blink
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 08 05:35:49 2017 +0200 (2017-02-08)
parents 79ec1d5b20e4
children 1ab5edec3cba
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.
8 Wget works particularly well with slow or unstable connections by continuing to
9 retrieve a document until the document is fully downloaded. Re-getting files
10 from where it left off works on servers (both HTTP and FTP) that support it.
11 Both HTTP and FTP retrievals can be time stamped, so Wget can see if the remote
12 file has changed since the last retrieval and automatically retrieve the new
13 version if it has.
15 Wget supports proxy servers; this can lighten the network load, speed up
16 retrieval, and provide access behind firewalls.