File: README

package info (click to toggle)
wget 1.10.2-2
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 4,772 kB
  • ctags: 2,252
  • sloc: ansic: 25,832; sh: 3,580; perl: 361; makefile: 346
file content (28 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
                                                           -*- 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