mirror of
https://github.com/mirror/wget.git
synced 2025-01-17 07:40:26 +08:00
40c0d30f5c
* util/createcerts.sh: Set date of invalid cert to +20 years * tests/certs/invalid.crt: Re-generated * tests/certs/invalid.key: Re-generated |
||
---|---|---|
.. | ||
createcerts.sh | ||
freeopts | ||
Makefile.am | ||
paramcheck.pl | ||
README | ||
rmold.pl | ||
trunc.c |
-*- text -*- This directory contains various optional utilities to help you use Wget. 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 trunc ===== This small program may be used to create files of arbitrary size; useful for testing certain scenarios using wget's --continue option.