source: trunk/essentials/net-misc/wget/util/README

Last change on this file was 3440, checked in by bird, 18 years ago

wget 1.10.2

File size: 837 bytes
Line 
1 -*- text -*-
2
3This directory contains various optional utilities to help you use
4Wget.
5
6
7Socks:
8======
9Antonio Rosella <antonio.rosella@agip.it> has written a sample HTML
10frontend and a Perl script to demonstrate usage of socksified Wget as
11web retriever.
12
13To configure Wget to use socks, do a
14$ ./configure --with-sox.
15
16download.html and download-netscape.html are examples of how you can
17use socksified Wget to schedule the WWW requests. wget.cgi is a
18CGI Perl script used in conjunction with download.html, which
19schedules request using the "at" command.
20
21To get the script, contact Antonino.
22
23rmold.pl
24========
25This Perl script is used to check which local files are no longer on
26the remote server. You can use it to get the list of files, or
27$ rmold.pl [dir] | xargs rm
28
Note: See TracBrowser for help on using the repository browser.