debian man page for mirrortool

Query: mirrortool

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MIRRORTOOL(1)							OMT documentation.						     MIRRORTOOL(1)

NAME
mirrortool.pl - OpaL Mirror Tool (OMT)
DESCRIPTION
Creates a mirror of a webpage. It has a number of features such as link rewriting and more. (See the options below).
USAGE
mirrortool.pl [options] [url] [options] [url] [...]
OPTIONS
--images : Include <img src=xxx>:s in the download. (default) --noimages : Do not include <img src=xxx>:s in the download. --depth n : Maximum recursion depth. (default 1) --store "regexp" : Files matching regexp are actually stored locally. : It is possible to | separate (with or). --rewrite "from=>to" : Urls are rewritten using this rules. : It is possible to | separate (with or). : Do not rewrite the dir, because that it will affect : later lookup. Have to fix this sometime. --what "regexp" : Files matching regexp are downloaded and traversed. : It is possible to | separate (with or). --dir basedir : Where to store local files. --nohostcheck : Do not check if url points to other host. --notreecheck : Do not check if url points to other dirtree. --force : Overwrite all files. --debug : Print debug-messages. --retry n : Number of times an url will be retried (default 1) --auth user:pass : use Basic Authentication --proxy url : Use a proxy server (like http://u:p@localhost/). --help : Print this text.
AUTHOR
Ola Lundqvist <opal@lysator.liu.se>
SEE ALSO
mirrortool.pl(1) perl v5.8.8 2002-04-15 MIRRORTOOL(1)
Related Man Pages
lwp-download(1) - suse
uri::url(3) - mojave
uri::url(3) - redhat
uri::url(3) - osx
uri::url5.12(3) - osx
Similar Topics in the Unix Linux Community
IP Name scan
Apache rewrite rules.
perl programming
Running two scripts and then compare match or unmatch
Csv download in a bash script