83 lines
2.0 KiB
HTML
83 lines
2.0 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of LWP-MIRROR</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>LWP-MIRROR</H1>
|
|
Section: User Contributed Perl Documentation (1p)<BR>Updated: 2019-11-29<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
lwp-mirror - Simple mirror utility
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
|
|
|
|
|
|
|
|
<PRE>
|
|
lwp-mirror [-v] [-t timeout] <url> <local file>
|
|
|
|
</PRE>
|
|
|
|
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
|
|
|
|
This program can be used to mirror a document from a <FONT SIZE="-1">WWW</FONT> server. The
|
|
document is only transferred if the remote copy is newer than the local
|
|
copy. If the local copy is newer nothing happens.
|
|
<P>
|
|
|
|
Use the <TT>"-v"</TT> option to print the version number of this program.
|
|
<P>
|
|
|
|
The timeout value specified with the <TT>"-t"</TT> option. The timeout value
|
|
is the time that the program will wait for response from the remote
|
|
server before it fails. The default unit for the timeout value is
|
|
seconds. You might append ``m'' or ``h'' to the timeout value to make it
|
|
minutes or hours, respectively.
|
|
<P>
|
|
|
|
Because this program is implemented using the <FONT SIZE="-1">LWP</FONT> library, it only
|
|
supports the protocols that <FONT SIZE="-1">LWP</FONT> supports.
|
|
<A NAME="lbAE"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
|
|
|
|
lwp-request, <FONT SIZE="-1">LWP</FONT>
|
|
<A NAME="lbAF"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
|
|
|
|
Gisle Aas <<A HREF="mailto:gisle@aas.no">gisle@aas.no</A>>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="1"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="2"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="3"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="4"><A HREF="#lbAE">SEE ALSO</A><DD>
|
|
<DT id="5"><A HREF="#lbAF">AUTHOR</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:18 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|