1LWP-MIRROR(1)         User Contributed Perl Documentation        LWP-MIRROR(1)
2
3
4

NAME

6       lwp-mirror - Simple mirror utility
7

SYNOPSIS

9        lwp-mirror [-v] [-t timeout] <url> <local file>
10

DESCRIPTION

12       This program can be used to mirror a document from a WWW server.  The
13       document is only transferred if the remote copy is newer than the local
14       copy.  If the local copy is newer nothing happens.
15
16       Use the "-v" option to print the version number of this program.
17
18       The timeout value specified with the "-t" option.  The timeout value is
19       the time that the program will wait for response from the remote server
20       before it fails.  The default unit for the timeout value is seconds.
21       You might append "m" or "h" to the timeout value to make it minutes or
22       hours, respectively.
23
24       Because this program is implemented using the LWP library, it only
25       supports the protocols that LWP supports.
26

SEE ALSO

28       lwp-request, LWP
29

AUTHOR

31       Gisle Aas <gisle@aas.no>
32
33
34
35perl v5.36.0                      2022-07-22                     LWP-MIRROR(1)
Impressum