1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
wget/util
2003-09-23 12:51:10 -07:00
..
dist-wget [svn] Print the exact directory we're checking out tPrint the exact directory we're checking out too 2003-09-23 12:51:10 -07:00
download-netscape.html [svn] hniksic@iskon.hr -> hniksic@arsdigita.com 2000-10-23 08:43:04 -07:00
download.html [svn] Hrvoje missed this file when changing his email address from hniksic@iskon.hr to 2000-10-23 18:02:02 -07:00
Makefile.in [svn] Update the license to include the OpenSSL exception. 2002-05-17 19:16:36 -07:00
README [svn] Initial revision 1999-12-01 23:42:23 -08:00
rmold.pl [svn] Another contributed fix. 2000-11-01 16:21:53 -08:00
wget.spec [svn] Updated to 1.7, merged with the spec file from RedHat. 2001-01-15 15:59:40 -08:00

                                                           -*- text -*-

This directory contains various optional utilities to help you use
Wget.


Socks:
======
Antonio Rosella <antonio.rosella@agip.it> has written a sample HTML
frontend and a Perl script to demonstrate usage of socksified Wget as
web retriever.

To configure Wget to use socks, do a
$ ./configure --with-sox.

download.html and download-netscape.html are examples of how you can
use socksified Wget to schedule the WWW requests.  wget.cgi is a
CGI Perl script used in conjunction with download.html, which
schedules request using the "at" command.

To get the script, contact Antonino.

rmold.pl
========
This Perl script is used to check which local files are no longer on
the remote server.  You can use it to get the list of files, or
$ rmold.pl [dir] | xargs rm