-
- Distribution: libwww-perl
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository (git clone)
- Issues (129)
- Testers (1201 / 5 / 0)
- Kwalitee
- % Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
- 24 month
- Tools
- Download (173.32Kb) 0
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Gisle Aas
-
Adam Kennedy
- Adam Sjogren
- Alexey Tourbin
- Alex Kapranoff
- amire80
- Andreas J. Koenig
- Andrew Grangaard
- Anirvan Chatterjee
- BGMNT
- Bill Mann
- Bron Gondwana
- Bryan Cardillo
-
Chase Whitener
-
Christopher J. Madsen
- Colin Newell
- Daina Pettit
- Daniel Hedlund
-
David E. Wheeler
-
DAVIDRW
- David Standish
- David Steinbrunner
-
Desmond Daignault
- Doug Bell
- Fabian Zeindler
-
Father Chrysostomos
- Frank Maas
-
FWILES
- Galen Huntington
- Gavin Peters
- Gerhard Poul
-
Gianni Ceccarelli
- Graeme Thompson
-
Graham Knop
-
Gregory Oschwald
- Hans-H. Froehlich
-
Ian Kilgore
- Jacob J
- Jakub Wilk
-
James Raspass
- Jason A Fesler
- jefflee
-
Jeremy Mates
- Joe Atzberger
- john9art
- John Wittkoski
- Jonathan Dahan
-
Karen Etheridge
- Katarina Durechova
- leedo
-
Mark Fowler
-
Mark Stosberg
-
Martin H. Sluka
- Matthew Horsfall
- michael gong
- Michael G. Schwern
- Michiel Beijen
- Mike Schilli
-
Moritz Onken
- murphy
-
Naveed Massjouni
- Nigel Gregoire
- Nik LaBelle
- Niko Tyni
- Olaf Alders
- Ondrej Hanak
- Patrik Lundin
-
Peter Rabbitson
- phrstbrn
-
Piotr Roszatycki
- Robert Stone
- Rolf Grossmann
- Roman Galeev
- ruff
- sasao
-
Sean M. Burke
- Sebastian Paaske Tørholm
- Sergey Romanov
-
Shoichi Kaji
-
simbabque
-
Slaven Rezic
-
Spiros Denaxas
-
Steffen Ullrich
- Steve Hay
-
Takumi Akiyama
- Theodore Robert Campbell Jr
- Theo van Hoesel
- Tim Couzins
- Todd Lipcon
-
Tomasz Konojacki
- Tom Hukins
-
Tony Finch
-
Toru Yamaguchi
- turugina
- uid39246 <uid39246>
-
Ville Skyttä
- Vyacheslav Matyukhin
- Yuri Karaban
-
Yury Zavarin
- Yves Orton
-
Zefram
- Dependencies
- base
- Digest::MD5
- Encode
- Encode::Locale
- File::Listing
- HTML::Entities
- HTML::HeadParser
- HTTP::Cookies
- HTTP::Daemon
- HTTP::Date
- HTTP::Negotiate
- HTTP::Request
- HTTP::Request::Common
- HTTP::Response
- HTTP::Status
- IO::Select
- IO::Socket
- LWP::MediaTypes
- MIME::Base64
- Net::FTP
- Net::HTTP
- Scalar::Util
- strict
- Try::Tiny
- URI
- URI::Escape
- warnings
- WWW::RobotRules
- and possibly others
- CPAN Testers List
- Reverse dependencies
- Dependency graph
NAME
lwp-mirror - Simple mirror utility
SYNOPSIS
lwp-mirror [-v] [-t timeout] <url> <local file>
DESCRIPTION
This program can be used to mirror a document from a WWW server. The document is only transferred if the remote copy is newer than the local copy. If the local copy is newer nothing happens.
Use the -v
option to print the version number of this program.
The timeout value specified with the -t
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.
Because this program is implemented using the LWP library, it only supports the protocols that LWP supports.
SEE ALSO
AUTHOR
Gisle Aas <gisle@aas.no>
Module Install Instructions
To install lwp-mirror, copy and paste the appropriate command in to your terminal.
cpanm LWP
perl -MCPAN -e shell install LWP
For more information on module installation, please visit the detailed CPAN module installation guide.