Files
httrack/html/httrack.man.html
Xavier Roche 540efa3d86 Merged revisions 1020-1023,1027-1029,1031,1033-1036,1038,1040,1042,1044-1054,1058-1072,1074-1087,1089-1112,1114-1124,1126-1128,1130-1133,1137,1139-1143,1145,1147-1159,1161,1163-1164 via svnmerge from
http://proliant/svn/httrack/trunk

........
  r1020 | roche | 2014-05-13 22:08:53 +0200 (mar., 13 mai 2014) | 3 lines
  
  #include <stdarg.h>
........
  r1021 | roche | 2014-05-13 22:11:02 +0200 (mar., 13 mai 2014) | 3 lines
  
  #include <stdarg.h>
........
  r1022 | roche | 2014-05-13 22:11:41 +0200 (mar., 13 mai 2014) | 3 lines
  
  #include <stdarg.h>
........
  r1023 | roche | 2014-05-13 22:12:10 +0200 (mar., 13 mai 2014) | 3 lines
  
  Better stdarg.h
........
  r1027 | roche | 2014-05-14 19:45:51 +0200 (mer., 14 mai 2014) | 1 line
  
  Added debug logging facility.
........
  r1028 | roche | 2014-05-14 19:48:04 +0200 (mer., 14 mai 2014) | 3 lines
  
  Fixed hashtable corruption because of dirty code directly modifying the host address in memory, leading to have hashtable positions not anymore valid.
  This issue was especially triggered when a redirect was processed ("Warning moved treated for .." messages)
    * closes: #43
........
  r1029 | roche | 2014-05-14 19:51:09 +0200 (mer., 14 mai 2014) | 1 line
  
  3.48.7
........
  r1031 | roche | 2014-05-14 19:57:18 +0200 (mer., 14 mai 2014) | 3 lines
  
  3.48.7
........
  r1033 | roche | 2014-05-14 21:51:33 +0200 (mer., 14 mai 2014) | 1 line
  
  Missing htsCallbackErr definition
........
  r1034 | roche | 2014-05-14 22:12:42 +0200 (mer., 14 mai 2014) | 1 line
  
  Clean hts_set_error_callback() and hts_get_error_callback()
........
  r1035 | roche | 2014-05-14 22:20:01 +0200 (mer., 14 mai 2014) | 1 line
  
  Fixed macro.
........
  r1036 | roche | 2014-05-14 22:27:55 +0200 (mer., 14 mai 2014) | 1 line
  
  Cosmetic
........
  r1038 | roche | 2014-05-15 19:06:59 +0200 (jeu., 15 mai 2014) | 1 line
  
  WIN32: zlib 1.2.8
........
  r1040 | roche | 2014-05-15 19:08:29 +0200 (jeu., 15 mai 2014) | 1 line
  
  3.48.8
........
  r1042 | roche | 2014-05-15 19:22:16 +0200 (jeu., 15 mai 2014) | 3 lines
  
  3.48.8-1
........
  r1044 | roche | 2014-05-15 19:26:46 +0200 (jeu., 15 mai 2014) | 3 lines
  
  Removed unused variable.
........
  r1045 | roche | 2014-05-15 21:24:56 +0200 (jeu., 15 mai 2014) | 1 line
  
  Fixed uint64_t vs. long long int
........
  r1046 | roche | 2014-05-15 21:25:27 +0200 (jeu., 15 mai 2014) | 1 line
  
  Compile-time checks.
........
  r1047 | roche | 2014-05-15 21:27:29 +0200 (jeu., 15 mai 2014) | 1 line
  
  Cosmetic.
........
  r1048 | roche | 2014-05-15 21:33:38 +0200 (jeu., 15 mai 2014) | 3 lines
  
  Added some asserts for Android.
........
  r1049 | roche | 2014-05-15 21:44:28 +0200 (jeu., 15 mai 2014) | 3 lines
  
  tr -d '\r'
........
  r1050 | roche | 2014-05-17 14:31:37 +0200 (sam., 17 mai 2014) | 3 lines
  
  Fixed potentiel overrun if the user injects a buggy user-defined structure with a non-terminated %[]
........
  r1051 | roche | 2014-05-17 15:20:42 +0200 (sam., 17 mai 2014) | 1 line
  
  Added hts_set_log_vprint_callback()
........
  r1052 | roche | 2014-05-17 15:21:03 +0200 (sam., 17 mai 2014) | 1 line
  
  Added hts_set_log_vprint_callback() definition
........
  r1053 | roche | 2014-05-17 15:29:45 +0200 (sam., 17 mai 2014) | 1 line
  
  Anonymous logging.
........
  r1054 | roche | 2014-05-17 15:55:17 +0200 (sam., 17 mai 2014) | 1 line
  
  Illegal use of strnlen(..., (size_t) -1)
........
  r1058 | roche | 2014-05-18 11:49:24 +0200 (dim., 18 mai 2014) | 1 line
  
  Cleanup in socket handling (less ugly casts!)
........
  r1059 | roche | 2014-05-18 12:53:29 +0200 (dim., 18 mai 2014) | 1 line
  
  Removed size member from SOCaddr
........
  r1060 | roche | 2014-05-18 12:59:07 +0200 (dim., 18 mai 2014) | 3 lines
  
  libtool: in_port_t and sa_family_t
........
  r1061 | roche | 2014-05-18 15:11:40 +0200 (dim., 18 mai 2014) | 5 lines
  
  Big cleanup in network address and dns functions:
    * removed t_fullhostent insanity
    * removed (struct sockaddr*) casts
    * use SOCaddr everywhere rather than raw struct hostent*
........
  r1062 | roche | 2014-05-18 15:43:09 +0200 (dim., 18 mai 2014) | 1 line
  
  Cleanup in callbacks.
........
  r1063 | roche | 2014-05-18 15:55:47 +0200 (dim., 18 mai 2014) | 3 lines
  
  Backlog for web server to 10.
........
  r1064 | roche | 2014-05-18 15:55:54 +0200 (dim., 18 mai 2014) | 3 lines
  
  tr -d '\r'
........
  r1065 | roche | 2014-05-18 16:02:06 +0200 (dim., 18 mai 2014) | 3 lines
  
  Removed unused variable.
........
  r1066 | roche | 2014-05-18 16:05:08 +0200 (dim., 18 mai 2014) | 1 line
  
  Fixed __builtin___strncat_chk warning
........
  r1067 | roche | 2014-05-19 21:12:27 +0200 (lun., 19 mai 2014) | 2 lines
  
  Fixed segOutputSize < segSize assertion fails at htscharset.c:993
    * closes:#44
........
  r1068 | roche | 2014-05-19 21:15:16 +0200 (lun., 19 mai 2014) | 1 line
  
  Added strlcpybuff() macro.
........
  r1069 | roche | 2014-05-19 21:17:50 +0200 (lun., 19 mai 2014) | 1 line
  
  char* => const char*
........
  r1070 | roche | 2014-05-19 21:24:06 +0200 (lun., 19 mai 2014) | 3 lines
  
  Added unit test for issue #44
........
  r1071 | roche | 2014-05-19 21:37:40 +0200 (lun., 19 mai 2014) | 3 lines
  
  tr -d '\r'
........
  r1072 | roche | 2014-05-21 19:01:30 +0200 (mer., 21 mai 2014) | 1 line
  
  Cleaner dup
........
  r1074 | roche | 2014-05-21 19:21:29 +0200 (mer., 21 mai 2014) | 1 line
  
  3.48.9
........
  r1075 | roche | 2014-05-23 17:23:17 +0200 (ven., 23 mai 2014) | 3 lines
  
  3.48.9-1 changelog
........
  r1076 | roche | 2014-05-23 17:24:50 +0200 (ven., 23 mai 2014) | 3 lines
  
  3.48.9 (autoconf)
........
  r1077 | roche | 2014-05-23 17:28:55 +0200 (ven., 23 mai 2014) | 3 lines
  
  Added symbol visibility features to the build to hide internal symbols (GCC)
........
  r1078 | roche | 2014-05-23 23:33:43 +0200 (ven., 23 mai 2014) | 9 lines
  
  "const correctness" cleanup
  added the following default flags:
    -Wformat
    -Wformat-security
    -Wmultichar
    -Wwrite-strings
  fixed several other warnings
........
  r1079 | roche | 2014-05-24 09:45:12 +0200 (sam., 24 mai 2014) | 3 lines
  
  Diff are better.
........
  r1080 | roche | 2014-05-24 09:50:51 +0200 (sam., 24 mai 2014) | 3 lines
  
  No diff.
........
  r1081 | roche | 2014-05-24 09:56:11 +0200 (sam., 24 mai 2014) | 3 lines
  
  Upgraded to minizip 1.1 from zlib 1.2.8
........
  r1082 | roche | 2014-05-24 10:17:08 +0200 (sam., 24 mai 2014) | 3 lines
  
  Missing zflush_file member.
........
  r1083 | roche | 2014-05-24 10:37:21 +0200 (sam., 24 mai 2014) | 3 lines
  
  Fixed minizip.
........
  r1084 | roche | 2014-05-24 13:31:17 +0200 (sam., 24 mai 2014) | 3 lines
  
  Removed ChangeLogUnzip
........
  r1085 | roche | 2014-05-24 13:38:11 +0200 (sam., 24 mai 2014) | 3 lines
  
  Fixed EXTRA_DIST
........
  r1086 | roche | 2014-05-24 13:57:25 +0200 (sam., 24 mai 2014) | 3 lines
  
  Minizip warning fixes.
........
  r1087 | roche | 2014-05-26 21:27:46 +0200 (lun., 26 mai 2014) | 1 line
  
  Big links heap handling cleanup, and removed very old and legacy macros
........
  r1089 | roche | 2014-05-26 21:32:34 +0200 (lun., 26 mai 2014) | 3 lines
  
  tr -d '\r'
........
  r1090 | roche | 2014-05-27 18:05:09 +0200 (mar., 27 mai 2014) | 3 lines
  
  Fixed symbol import.
........
  r1091 | roche | 2014-05-27 18:05:28 +0200 (mar., 27 mai 2014) | 3 lines
  
  tr -d '\r'
........
  r1092 | roche | 2014-05-27 18:05:54 +0200 (mar., 27 mai 2014) | 3 lines
  
  Export may_unknown and guess_httptype
........
  r1093 | roche | 2014-05-27 18:35:57 +0200 (mar., 27 mai 2014) | 3 lines
  
  Rewritten UTF8 writer to avoir spurious GCC 4.8.3 warnings.
........
  r1094 | roche | 2014-05-27 19:45:18 +0200 (mar., 27 mai 2014) | 3 lines
  
  Fixed help option, and too long help line (man: "cannot adjust line")
........
  r1095 | roche | 2014-05-27 20:55:13 +0200 (mar., 27 mai 2014) | 1 line
  
  Cleanup, const correctness
........
  r1096 | roche | 2014-05-28 18:34:06 +0200 (mer., 28 mai 2014) | 3 lines
  
  Added Vcs-Browser and Vcs-Svn fields to debian/control
........
  r1097 | roche | 2014-05-28 18:36:24 +0200 (mer., 28 mai 2014) | 3 lines
  
  Fixed dirty uint32_t cast leading to aliasing issues.
........
  r1098 | roche | 2014-05-28 18:50:47 +0200 (mer., 28 mai 2014) | 3 lines
  
  Added MD5 self-test
........
  r1099 | roche | 2014-05-28 18:51:56 +0200 (mer., 28 mai 2014) | 3 lines
  
  Fixed const T ** not being castable to const T **
........
  r1100 | roche | 2014-05-28 18:58:37 +0200 (mer., 28 mai 2014) | 3 lines
  
  Fixed build.
........
  r1101 | roche | 2014-05-28 19:06:47 +0200 (mer., 28 mai 2014) | 3 lines
  
  Really fixed.
........
  r1102 | roche | 2014-05-28 19:41:42 +0200 (mer., 28 mai 2014) | 3 lines
  
  Bad md5.
........
  r1103 | roche | 2014-05-28 19:55:49 +0200 (mer., 28 mai 2014) | 19 lines
  
  Added AM_PROG_CC_C_O and AM_PROG_LIBTOOL
  Removed unused CXX
  
  added the following default compiler flags:
    -Wdeclaration-after-statement
    -Wsequence-point
    -Wparentheses
    -Winit-self
    -Wuninitialized
    -Wformat
    -fstrict-aliasing -Wstrict-aliasing=2
  
  added the following default linker flags:
    -Wl,--discard-all
    -Wl,--no-undefined
  
  Depending on autoconf-archive because using AX_CHECK_COMPILE_FLAG and AX_CHECK_LINK_FLAG
........
  r1104 | roche | 2014-05-28 20:27:45 +0200 (mer., 28 mai 2014) | 3 lines
  
  Fixed %%%
........
  r1105 | roche | 2014-05-28 20:31:40 +0200 (mer., 28 mai 2014) | 1 line
  
  Rewrite template formatting to be format-injection proof.
........
  r1106 | roche | 2014-05-28 20:41:59 +0200 (mer., 28 mai 2014) | 1 line
  
  Fixed heap crawl overflow
........
  r1107 | roche | 2014-05-28 20:58:59 +0200 (mer., 28 mai 2014) | 1 line
  
  Rewrite string template formatting to be format-injection proof.
........
  r1108 | roche | 2014-05-28 21:03:07 +0200 (mer., 28 mai 2014) | 1 line
  
  Fixed NULL terminated string.
........
  r1109 | roche | 2014-05-28 21:03:26 +0200 (mer., 28 mai 2014) | 1 line
  
  Replaced sprintf() by hts_template_format_str()
........
  r1110 | roche | 2014-05-28 21:05:31 +0200 (mer., 28 mai 2014) | 1 line
  
  Added assert
........
  r1111 | roche | 2014-05-28 21:11:04 +0200 (mer., 28 mai 2014) | 3 lines
  
  Added -Wformat-nonliteral flag.
........
  r1112 | roche | 2014-05-29 10:20:07 +0200 (jeu., 29 mai 2014) | 1 line
  
  Allocation cleanup (why "+2", why ?)
........
  r1114 | roche | 2014-05-29 10:30:43 +0200 (jeu., 29 mai 2014) | 1 line
  
  Added off_t_to_size_t()
........
  r1115 | roche | 2014-05-29 11:34:37 +0200 (jeu., 29 mai 2014) | 3 lines
  
  Fixes.
........
  r1116 | roche | 2014-05-29 11:41:59 +0200 (jeu., 29 mai 2014) | 1 line
  
  Removed duplicate opt->lien_tot and opt->liens members in some functions.
........
  r1117 | roche | 2014-05-29 17:42:53 +0200 (jeu., 29 mai 2014) | 1 line
  
  Big cleanup: introducing cleaner lien_adrfilsave and lien_adrfil structures holding address/uri or address/uri/filename rather than passing opaque char* of unknown size.
........
  r1118 | roche | 2014-05-29 17:53:30 +0200 (jeu., 29 mai 2014) | 1 line
  
  Unused function.
........
  r1119 | roche | 2014-05-29 17:57:57 +0200 (jeu., 29 mai 2014) | 1 line
  
  Fixed API change.
........
  r1120 | roche | 2014-05-29 18:03:04 +0200 (jeu., 29 mai 2014) | 3 lines
  
  tr -d '\r'
........
  r1121 | roche | 2014-05-29 18:14:57 +0200 (jeu., 29 mai 2014) | 1 line
  
  Fixed regression over ./
........
  r1122 | roche | 2014-05-29 19:29:02 +0200 (jeu., 29 mai 2014) | 1 line
  
  Take in account opt->maxlink is non-zero
........
  r1123 | roche | 2014-05-29 19:58:05 +0200 (jeu., 29 mai 2014) | 1 line
  
  Allocation failure handling.
........
  r1124 | roche | 2014-05-29 20:10:14 +0200 (jeu., 29 mai 2014) | 1 line
  
  Better "too many links" reporting.
........
  r1126 | roche | 2014-05-30 18:09:02 +0200 (ven., 30 mai 2014) | 3 lines
  
  Missing string.h (moe)
........
  r1127 | roche | 2014-06-03 18:26:25 +0200 (mar., 03 juin 2014) | 1 line
  
  Potential fix for htshash.c:330 assertion failure: "error invalidating hash entry"
........
  r1128 | roche | 2014-06-04 18:10:38 +0200 (mer., 04 juin 2014) | 3 lines
  
  Do not depend on SetDllDirectory (Windows 2003) as it breaks Windows 2000
    * closes: #45
........
  r1130 | roche | 2014-06-04 19:02:44 +0200 (mer., 04 juin 2014) | 3 lines
  
  3.48-10
........
  r1131 | roche | 2014-06-04 19:06:43 +0200 (mer., 04 juin 2014) | 1 line
  
  3.48.10
........
  r1132 | roche | 2014-06-04 19:10:40 +0200 (mer., 04 juin 2014) | 3 lines
  
  Updated configure
........
  r1133 | roche | 2014-06-04 19:41:42 +0200 (mer., 04 juin 2014) | 3 lines
  
  Updated man
........
  r1137 | roche | 2014-06-04 21:53:07 +0200 (mer., 04 juin 2014) | 3 lines
  
  Fixed "this decimal constant is unsigned only in ISO C90"
........
  r1139 | roche | 2014-06-05 17:59:49 +0200 (jeu., 05 juin 2014) | 1 line
  
  changelog
........
  r1140 | roche | 2014-06-05 18:00:05 +0200 (jeu., 05 juin 2014) | 3 lines
  
  Added missing .h to -dev
........
  r1141 | roche | 2014-06-06 17:47:38 +0200 (ven., 06 juin 2014) | 7 lines
  
  Fixed assertion failure at htscore.c:244 (len + liensbuf->string_buffer_size < liensbuf->string_buffer_capa)
    * closes:46
  
  -Cette ligne, et les suivantes ci-dessous, seront ignorées--
  
  M    trunk/src/htscore.c
........
  r1142 | roche | 2014-06-06 17:48:05 +0200 (ven., 06 juin 2014) | 3 lines
  
  Additional check.
........
  r1143 | roche | 2014-06-06 17:57:02 +0200 (ven., 06 juin 2014) | 1 line
  
  3.48.11
........
  r1145 | roche | 2014-06-06 18:02:35 +0200 (ven., 06 juin 2014) | 3 lines
  
  3.48.11
........
  r1147 | roche | 2014-06-06 20:43:50 +0200 (ven., 06 juin 2014) | 3 lines
  
  Splitted typed arrays in htsarrays.h
  Cleaned-up page generation
........
  r1148 | roche | 2014-06-06 20:47:24 +0200 (ven., 06 juin 2014) | 3 lines
  
  Updated man
........
  r1149 | roche | 2014-06-06 20:47:39 +0200 (ven., 06 juin 2014) | 3 lines
  
  tr -d '\r'
........
  r1150 | roche | 2014-06-06 20:47:53 +0200 (ven., 06 juin 2014) | 3 lines
  
  Added htsarrays.h to Makefile and devel libs
........
  r1151 | roche | 2014-06-06 21:03:41 +0200 (ven., 06 juin 2014) | 1 line
  
  Progressive power-of-two allocator for linked blocks.
........
  r1152 | roche | 2014-06-06 21:08:47 +0200 (ven., 06 juin 2014) | 1 line
  
  Cleanup.
........
  r1153 | roche | 2014-06-06 22:58:35 +0200 (ven., 06 juin 2014) | 3 lines
  
  Fixed initializer.
........
  r1154 | roche | 2014-06-07 09:03:08 +0200 (sam., 07 juin 2014) | 3 lines
  
  Fixed --advanced-maxlinks broken (Localhost)
........
  r1155 | roche | 2014-06-07 09:03:13 +0200 (sam., 07 juin 2014) | 3 lines
  
  Better.
........
  r1156 | roche | 2014-06-08 11:26:46 +0200 (dim., 08 juin 2014) | 1 line
  
  Typos
........
  r1157 | roche | 2014-06-08 11:35:34 +0200 (dim., 08 juin 2014) | 3 lines
  
  Fixed __cplusplus issues
........
  r1158 | roche | 2014-06-08 13:12:21 +0200 (dim., 08 juin 2014) | 4 lines
  
  Using subdir-objects for automake
  Replaced legacy INCLUDES by AM_CPPFLAGS
........
  r1159 | roche | 2014-06-08 13:22:41 +0200 (dim., 08 juin 2014) | 3 lines
  
  3.48.12
........
  r1161 | roche | 2014-06-08 15:02:43 +0200 (dim., 08 juin 2014) | 9 lines
  
  Public definitions cleanup (especially for httraqt)
  
  htsopt.h now has the following definitions:
    * struct htsrequest_proxy
    * struct htsrequest
    * struct htsblk
    * struct lien_url
    * struct lien_back
........
  r1163 | roche | 2014-06-08 15:58:57 +0200 (dim., 08 juin 2014) | 1 line
  
  __cplusplus
........
  r1164 | roche | 2014-06-08 17:43:28 +0200 (dim., 08 juin 2014) | 3 lines
  
  3.48.13
........
2014-06-08 16:17:19 +00:00

2339 lines
52 KiB
HTML

<!-- Creator : groff version 1.21 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="generator" content="groff -Thtml, see www.gnu.org">
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<meta name="Content-Style" content="text/css">
<style type="text/css">
p { margin-top: 0; margin-bottom: 0; vertical-align: top }
pre { margin-top: 0; margin-bottom: 0; vertical-align: top }
table { margin-top: 0; margin-bottom: 0; vertical-align: top }
h1 { text-align: center }
</style>
<title>httrack</title>
</head>
<body>
<h1 align="center">httrack</h1>
<a href="#NAME">NAME</a><br>
<a href="#SYNOPSIS">SYNOPSIS</a><br>
<a href="#DESCRIPTION">DESCRIPTION</a><br>
<a href="#EXAMPLES">EXAMPLES</a><br>
<a href="#OPTIONS">OPTIONS</a><br>
<a href="#FILES">FILES</a><br>
<a href="#ENVIRONMENT">ENVIRONMENT</a><br>
<a href="#DIAGNOSTICS">DIAGNOSTICS</a><br>
<a href="#LIMITS">LIMITS</a><br>
<a href="#BUGS">BUGS</a><br>
<a href="#COPYRIGHT">COPYRIGHT</a><br>
<a href="#AVAILABILITY">AVAILABILITY</a><br>
<a href="#AUTHOR">AUTHOR</a><br>
<a href="#SEE ALSO">SEE ALSO</a><br>
<hr>
<h2>NAME
<a name="NAME"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">httrack &minus;
offline browser : copy websites to a local directory</p>
<h2>SYNOPSIS
<a name="SYNOPSIS"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em"><b>httrack [
url ]... [ &minus;filter ]... [ +filter ]... [ &minus;O,
&minus;&minus;path</b> ] [ <b>&minus;w,
&minus;&minus;mirror</b> ] [ <b>&minus;W,
&minus;&minus;mirror&minus;wizard</b> ] [ <b>&minus;g,
&minus;&minus;get&minus;files</b> ] [ <b>&minus;i,
&minus;&minus;continue</b> ] [ <b>&minus;Y,
&minus;&minus;mirrorlinks</b> ] [ <b>&minus;P,
&minus;&minus;proxy</b> ] [ <b>&minus;%f,
&minus;&minus;httpproxy&minus;ftp[=N]</b> ] [ <b>&minus;%b,
&minus;&minus;bind</b> ] [ <b>&minus;rN,
&minus;&minus;depth[=N]</b> ] [ <b>&minus;%eN,
&minus;&minus;ext&minus;depth[=N]</b> ] [ <b>&minus;mN,
&minus;&minus;max&minus;files[=N]</b> ] [ <b>&minus;MN,
&minus;&minus;max&minus;size[=N]</b> ] [ <b>&minus;EN,
&minus;&minus;max&minus;time[=N]</b> ] [ <b>&minus;AN,
&minus;&minus;max&minus;rate[=N]</b> ] [ <b>&minus;%cN,
&minus;&minus;connection&minus;per&minus;second[=N]</b> ] [
<b>&minus;GN, &minus;&minus;max&minus;pause[=N]</b> ] [
<b>&minus;cN, &minus;&minus;sockets[=N]</b> ] [
<b>&minus;TN, &minus;&minus;timeout[=N]</b> ] [
<b>&minus;RN, &minus;&minus;retries[=N]</b> ] [
<b>&minus;JN, &minus;&minus;min&minus;rate[=N]</b> ] [
<b>&minus;HN, &minus;&minus;host&minus;control[=N]</b> ] [
<b>&minus;%P, &minus;&minus;extended&minus;parsing[=N]</b> ]
[ <b>&minus;n, &minus;&minus;near</b> ] [ <b>&minus;t,
&minus;&minus;test</b> ] [ <b>&minus;%L,
&minus;&minus;list</b> ] [ <b>&minus;%S,
&minus;&minus;urllist</b> ] [ <b>&minus;NN,
&minus;&minus;structure[=N]</b> ] [ <b>&minus;%D,
&minus;&minus;cached&minus;delayed&minus;type&minus;check</b>
] [ <b>&minus;%M, &minus;&minus;mime&minus;html</b> ] [
<b>&minus;LN, &minus;&minus;long&minus;names[=N]</b> ] [
<b>&minus;KN, &minus;&minus;keep&minus;links[=N]</b> ] [
<b>&minus;x, &minus;&minus;replace&minus;external</b> ] [
<b>&minus;%x, &minus;&minus;disable&minus;passwords</b> ] [
<b>&minus;%q,
&minus;&minus;include&minus;query&minus;string</b> ] [
<b>&minus;o, &minus;&minus;generate&minus;errors</b> ] [
<b>&minus;X, &minus;&minus;purge&minus;old[=N]</b> ] [
<b>&minus;%p, &minus;&minus;preserve</b> ] [ <b>&minus;%T,
&minus;&minus;utf8&minus;conversion</b> ] [ <b>&minus;bN,
&minus;&minus;cookies[=N]</b> ] [ <b>&minus;u,
&minus;&minus;check&minus;type[=N]</b> ] [ <b>&minus;j,
&minus;&minus;parse&minus;java[=N]</b> ] [ <b>&minus;sN,
&minus;&minus;robots[=N]</b> ] [ <b>&minus;%h,
&minus;&minus;http&minus;10</b> ] [ <b>&minus;%k,
&minus;&minus;keep&minus;alive</b> ] [ <b>&minus;%B,
&minus;&minus;tolerant</b> ] [ <b>&minus;%s,
&minus;&minus;updatehack</b> ] [ <b>&minus;%u,
&minus;&minus;urlhack</b> ] [ <b>&minus;%A,
&minus;&minus;assume</b> ] [ <b>&minus;@iN,
&minus;&minus;protocol[=N]</b> ] [ <b>&minus;%w,
&minus;&minus;disable&minus;module</b> ] [ <b>&minus;F,
&minus;&minus;user&minus;agent</b> ] [ <b>&minus;%R,
&minus;&minus;referer</b> ] [ <b>&minus;%E,
&minus;&minus;from</b> ] [ <b>&minus;%F,
&minus;&minus;footer</b> ] [ <b>&minus;%l,
&minus;&minus;language</b> ] [ <b>&minus;%a,
&minus;&minus;accept</b> ] [ <b>&minus;%X,
&minus;&minus;headers</b> ] [ <b>&minus;C,
&minus;&minus;cache[=N]</b> ] [ <b>&minus;k,
&minus;&minus;store&minus;all&minus;in&minus;cache</b> ] [
<b>&minus;%n, &minus;&minus;do&minus;not&minus;recatch</b> ]
[ <b>&minus;%v, &minus;&minus;display</b> ] [ <b>&minus;Q,
&minus;&minus;do&minus;not&minus;log</b> ] [ <b>&minus;q,
&minus;&minus;quiet</b> ] [ <b>&minus;z,
&minus;&minus;extra&minus;log</b> ] [ <b>&minus;Z,
&minus;&minus;debug&minus;log</b> ] [ <b>&minus;v,
&minus;&minus;verbose</b> ] [ <b>&minus;f,
&minus;&minus;file&minus;log</b> ] [ <b>&minus;f2,
&minus;&minus;single&minus;log</b> ] [ <b>&minus;I,
&minus;&minus;index</b> ] [ <b>&minus;%i,
&minus;&minus;build&minus;top&minus;index</b> ] [
<b>&minus;%I, &minus;&minus;search&minus;index</b> ] [
<b>&minus;pN, &minus;&minus;priority[=N]</b> ] [
<b>&minus;S,
&minus;&minus;stay&minus;on&minus;same&minus;dir</b> ] [
<b>&minus;D, &minus;&minus;can&minus;go&minus;down</b> ] [
<b>&minus;U, &minus;&minus;can&minus;go&minus;up</b> ] [
<b>&minus;B,
&minus;&minus;can&minus;go&minus;up&minus;and&minus;down</b>
] [ <b>&minus;a,
&minus;&minus;stay&minus;on&minus;same&minus;address</b> ] [
<b>&minus;d,
&minus;&minus;stay&minus;on&minus;same&minus;domain</b> ] [
<b>&minus;l,
&minus;&minus;stay&minus;on&minus;same&minus;tld</b> ] [
<b>&minus;e, &minus;&minus;go&minus;everywhere</b> ] [
<b>&minus;%H, &minus;&minus;debug&minus;headers</b> ] [
<b>&minus;%!,
&minus;&minus;disable&minus;security&minus;limits</b> ] [
<b>&minus;V, &minus;&minus;userdef&minus;cmd</b> ] [
<b>&minus;%W, &minus;&minus;callback</b> ] [ <b>&minus;K,
&minus;&minus;keep&minus;links[=N]</b> ] [</p>
<h2>DESCRIPTION
<a name="DESCRIPTION"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em"><b>httrack</b>
allows you to download a World Wide Web site from the
Internet to a local directory, building recursively all
directories, getting HTML, images, and other files from the
server to your computer. HTTrack arranges the original
site&rsquo;s relative link-structure. Simply open a page of
the &quot;mirrored&quot; website in your browser, and you
can browse the site from link to link, as if you were
viewing it online. HTTrack can also update an existing
mirrored site, and resume interrupted downloads.</p>
<h2>EXAMPLES
<a name="EXAMPLES"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em"><b>httrack
www.someweb.com/bob/</b></p>
<p style="margin-left:22%;">mirror site
www.someweb.com/bob/ and only this site</p>
<p style="margin-left:11%;"><b>httrack www.someweb.com/bob/
www.anothertest.com/mike/ +*.com/*.jpg <br>
&minus;mime:application/*</b></p>
<p style="margin-left:22%;">mirror the two sites together
(with shared links) and accept any .jpg files on .com
sites</p>
<p style="margin-left:11%;"><b>httrack
www.someweb.com/bob/bobby.html +* &minus;r6</b></p>
<p style="margin-left:22%;">means get all files starting
from bobby.html, with 6 link&minus;depth, and possibility of
going everywhere on the web</p>
<p style="margin-left:11%;"><b>httrack
www.someweb.com/bob/bobby.html &minus;&minus;spider &minus;P
<br>
proxy.myhost.com:8080</b></p>
<p style="margin-left:22%;">runs the spider on
www.someweb.com/bob/bobby.html using a proxy</p>
<p style="margin-left:11%;"><b>httrack
&minus;&minus;update</b></p>
<p style="margin-left:22%;">updates a mirror in the current
folder</p>
<p style="margin-left:11%;"><b>httrack</b></p>
<p style="margin-left:22%;">will bring you to the
interactive mode</p>
<p style="margin-left:11%;"><b>httrack
&minus;&minus;continue</b></p>
<p style="margin-left:22%;">continues a mirror in the
current folder</p>
<h2>OPTIONS
<a name="OPTIONS"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em"><b>General
options:</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">
<p>&minus;O</p></td>
<td width="8%"></td>
<td width="78%">
<p>path for mirror/logfiles+cache (&minus;O path
mirror[,path cache and logfiles]) (&minus;&minus;path
&lt;param&gt;)</p> </td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Action
options:</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">
<p style="margin-top: 1em">&minus;w</p></td>
<td width="8%"></td>
<td width="78%">
<p style="margin-top: 1em">*mirror web sites
(&minus;&minus;mirror)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">
<p>&minus;W</p></td>
<td width="8%"></td>
<td width="78%">
<p>mirror web sites, semi&minus;automatic (asks questions)
(&minus;&minus;mirror&minus;wizard)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">
<p>&minus;g</p></td>
<td width="8%"></td>
<td width="78%">
<p>just get files (saved in the current directory)
(&minus;&minus;get&minus;files)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">
<p>&minus;i</p></td>
<td width="8%"></td>
<td width="78%">
<p>continue an interrupted mirror using the cache
(&minus;&minus;continue)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="3%">
<p>&minus;Y</p></td>
<td width="8%"></td>
<td width="78%">
<p>mirror ALL links located in the first level pages
(mirror links) (&minus;&minus;mirrorlinks)</p></td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Proxy
options:</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p style="margin-top: 1em">&minus;P</p></td>
<td width="7%"></td>
<td width="78%">
<p style="margin-top: 1em">proxy use (&minus;P proxy:port
or &minus;P user:pass@proxy:port) (&minus;&minus;proxy
&lt;param&gt;)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%f</p></td>
<td width="7%"></td>
<td width="78%">
<p>*use proxy for ftp (f0 don t use)
(&minus;&minus;httpproxy&minus;ftp[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%b</p></td>
<td width="7%"></td>
<td width="78%">
<p>use this local hostname to make/send requests (&minus;%b
hostname) (&minus;&minus;bind &lt;param&gt;)</p></td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Limits
options:</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p style="margin-top: 1em">&minus;rN</p></td>
<td width="2%"></td>
<td width="78%">
<p style="margin-top: 1em">set the mirror depth to N (*
r9999) (&minus;&minus;depth[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;%eN</p></td>
<td width="2%"></td>
<td width="78%">
<p>set the external links depth to N (* %e0)
(&minus;&minus;ext&minus;depth[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;mN</p></td>
<td width="2%"></td>
<td width="78%">
<p>maximum file length for a non&minus;html file
(&minus;&minus;max&minus;files[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;mN,N2</p></td>
<td width="2%"></td>
<td width="78%">
<p>maximum file length for non html (N) and html (N2)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;MN</p></td>
<td width="2%"></td>
<td width="78%">
<p>maximum overall size that can be uploaded/scanned
(&minus;&minus;max&minus;size[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;EN</p></td>
<td width="2%"></td>
<td width="78%">
<p>maximum mirror time in seconds (60=1 minute, 3600=1
hour) (&minus;&minus;max&minus;time[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;AN</p></td>
<td width="2%"></td>
<td width="78%">
<p>maximum transfer rate in bytes/seconds (1000=1KB/s max)
(&minus;&minus;max&minus;rate[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;%cN</p></td>
<td width="2%"></td>
<td width="78%">
<p>maximum number of connections/seconds (*%c10)
(&minus;&minus;connection&minus;per&minus;second[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;GN</p></td>
<td width="2%"></td>
<td width="78%">
<p>pause transfer if N bytes reached, and wait until lock
file is deleted (&minus;&minus;max&minus;pause[=N])</p></td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Flow
control:</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p style="margin-top: 1em">&minus;cN</p></td>
<td width="7%"></td>
<td width="78%">
<p style="margin-top: 1em">number of multiple connections
(*c8) (&minus;&minus;sockets[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;TN</p></td>
<td width="7%"></td>
<td width="78%">
<p>timeout, number of seconds after a non&minus;responding
link is shutdown (&minus;&minus;timeout[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;RN</p></td>
<td width="7%"></td>
<td width="78%">
<p>number of retries, in case of timeout or non&minus;fatal
errors (*R1) (&minus;&minus;retries[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;JN</p></td>
<td width="7%"></td>
<td width="78%">
<p>traffic jam control, minimum transfert rate
(bytes/seconds) tolerated for a link
(&minus;&minus;min&minus;rate[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;HN</p></td>
<td width="7%"></td>
<td width="78%">
<p>host is abandonned if: 0=never, 1=timeout, 2=slow,
3=timeout or slow (&minus;&minus;host&minus;control[=N])</p></td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Links
options:</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p style="margin-top: 1em">&minus;%P</p></td>
<td width="7%"></td>
<td width="78%">
<p style="margin-top: 1em">*extended parsing, attempt to
parse all links, even in unknown tags or Javascript (%P0 don
t use) (&minus;&minus;extended&minus;parsing[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;n</p></td>
<td width="7%"></td>
<td width="78%">
<p>get non&minus;html files near an html file (ex: an image
located outside) (&minus;&minus;near)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;t</p></td>
<td width="7%"></td>
<td width="78%">
<p>test all URLs (even forbidden ones)
(&minus;&minus;test)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%L</p></td>
<td width="7%"></td>
<td width="78%">
<p>&lt;file&gt; add all URL located in this text file (one
URL per line) (&minus;&minus;list &lt;param&gt;)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%S</p></td>
<td width="7%"></td>
<td width="78%">
<p>&lt;file&gt; add all scan rules located in this text
file (one scan rule per line) (&minus;&minus;urllist
&lt;param&gt;)</p> </td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Build
options:</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p style="margin-top: 1em">&minus;NN</p></td>
<td width="7%"></td>
<td width="78%">
<p style="margin-top: 1em">structure type (0 *original
structure, 1+: see below) (&minus;&minus;structure[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;or</p></td>
<td width="7%"></td>
<td width="78%">
<p>user defined structure (&minus;N
&quot;%h%p/%n%q.%t&quot;)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%N</p></td>
<td width="7%"></td>
<td width="78%">
<p>delayed type check, don t make any link test but wait
for files download to start instead (experimental) (%N0 don
t use, %N1 use for unknown extensions, * %N2 always use)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%D</p></td>
<td width="7%"></td>
<td width="78%">
<p>cached delayed type check, don t wait for remote type
during updates, to speedup them (%D0 wait, * %D1 don t wait)
(&minus;&minus;cached&minus;delayed&minus;type&minus;check)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%M</p></td>
<td width="7%"></td>
<td width="78%">
<p>generate a RFC MIME&minus;encapsulated
full&minus;archive (.mht)
(&minus;&minus;mime&minus;html)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;LN</p></td>
<td width="7%"></td>
<td width="78%">
<p>long names (L1 *long names / L0 8&minus;3 conversion /
L2 ISO9660 compatible)
(&minus;&minus;long&minus;names[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;KN</p></td>
<td width="7%"></td>
<td width="78%">
<p>keep original links (e.g. http://www.adr/link) (K0
*relative link, K absolute links, K4 original links, K3
absolute URI links, K5 transparent proxy link)
(&minus;&minus;keep&minus;links[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;x</p></td>
<td width="7%"></td>
<td width="78%">
<p>replace external html links by error pages
(&minus;&minus;replace&minus;external)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%x</p></td>
<td width="7%"></td>
<td width="78%">
<p>do not include any password for external password
protected websites (%x0 include)
(&minus;&minus;disable&minus;passwords)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%q</p></td>
<td width="7%"></td>
<td width="78%">
<p>*include query string for local files (useless, for
information purpose only) (%q0 don t include)
(&minus;&minus;include&minus;query&minus;string)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;o</p></td>
<td width="7%"></td>
<td width="78%">
<p>*generate output html file in case of error (404..) (o0
don t generate) (&minus;&minus;generate&minus;errors)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;X</p></td>
<td width="7%"></td>
<td width="78%">
<p>*purge old files after update (X0 keep delete)
(&minus;&minus;purge&minus;old[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%p</p></td>
<td width="7%"></td>
<td width="78%">
<p>preserve html files as is (identical to &minus;K4
&minus;%F &quot;&quot; ) (&minus;&minus;preserve)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%T</p></td>
<td width="7%"></td>
<td width="78%">
<p>links conversion to UTF&minus;8
(&minus;&minus;utf8&minus;conversion)</p> </td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Spider
options:</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p style="margin-top: 1em">&minus;bN</p></td>
<td width="5%"></td>
<td width="78%">
<p style="margin-top: 1em">accept cookies in cookies.txt
(0=do not accept,* 1=accept) (&minus;&minus;cookies[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;u</p></td>
<td width="5%"></td>
<td width="78%">
<p>check document type if unknown (cgi,asp..) (u0 don t
check, * u1 check but /, u2 check always)
(&minus;&minus;check&minus;type[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;j</p></td>
<td width="5%"></td>
<td width="78%">
<p>*parse Java Classes (j0 don t parse, bitmask: |1 parse
default, |2 don t parse .class |4 don t parse .js |8 don t
be aggressive) (&minus;&minus;parse&minus;java[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;sN</p></td>
<td width="5%"></td>
<td width="78%">
<p>follow robots.txt and meta robots tags
(0=never,1=sometimes,* 2=always, 3=always (even strict
rules)) (&minus;&minus;robots[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;%h</p></td>
<td width="5%"></td>
<td width="78%">
<p>force HTTP/1.0 requests (reduce update features, only
for old servers or proxies)
(&minus;&minus;http&minus;10)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;%k</p></td>
<td width="5%"></td>
<td width="78%">
<p>use keep&minus;alive if possible, greately reducing
latency for small files and test requests (%k0 don t use)
(&minus;&minus;keep&minus;alive)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;%B</p></td>
<td width="5%"></td>
<td width="78%">
<p>tolerant requests (accept bogus responses on some
servers, but not standard!) (&minus;&minus;tolerant)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;%s</p></td>
<td width="5%"></td>
<td width="78%">
<p>update hacks: various hacks to limit re&minus;transfers
when updating (identical size, bogus response..)
(&minus;&minus;updatehack)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;%u</p></td>
<td width="5%"></td>
<td width="78%">
<p>url hacks: various hacks to limit duplicate URLs (strip
//, www.foo.com==foo.com..) (&minus;&minus;urlhack)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;%A</p></td>
<td width="5%"></td>
<td width="78%">
<p>assume that a type (cgi,asp..) is always linked with a
mime type (&minus;%A
php3,cgi=text/html;dat,bin=application/x&minus;zip)
(&minus;&minus;assume &lt;param&gt;)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;can</p></td>
<td width="5%"></td>
<td width="78%">
<p>also be used to force a specific file type:
&minus;&minus;assume foo.cgi=text/html</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;@iN</p></td>
<td width="5%"></td>
<td width="78%">
<p>internet protocol (0=both ipv6+ipv4, 4=ipv4 only, 6=ipv6
only) (&minus;&minus;protocol[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;%w</p></td>
<td width="5%"></td>
<td width="78%">
<p>disable a specific external mime module (&minus;%w
htsswf &minus;%w htsjava)
(&minus;&minus;disable&minus;module &lt;param&gt;)</p></td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Browser
ID:</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p style="margin-top: 1em">&minus;F</p></td>
<td width="7%"></td>
<td width="78%">
<p style="margin-top: 1em">user&minus;agent field sent in
HTTP headers (&minus;F &quot;user&minus;agent name&quot;)
(&minus;&minus;user&minus;agent &lt;param&gt;)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%R</p></td>
<td width="7%"></td>
<td width="78%">
<p>default referer field sent in HTTP headers
(&minus;&minus;referer &lt;param&gt;)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%E</p></td>
<td width="7%"></td>
<td width="78%">
<p>from email address sent in HTTP headers
(&minus;&minus;from &lt;param&gt;)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%F</p></td>
<td width="7%"></td>
<td width="78%">
<p>footer string in Html code (&minus;%F &quot;Mirrored
[from host %s [file %s [at %s]]]&quot; (&minus;&minus;footer
&lt;param&gt;)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%l</p></td>
<td width="7%"></td>
<td width="78%">
<p>preffered language (&minus;%l &quot;fr, en, jp, *&quot;
(&minus;&minus;language &lt;param&gt;)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%a</p></td>
<td width="7%"></td>
<td width="78%">
<p>accepted formats (&minus;%a
&quot;text/html,image/png;q=0.9,*/*;q=0.1&quot;
(&minus;&minus;accept &lt;param&gt;)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%X</p></td>
<td width="7%"></td>
<td width="78%">
<p>additional HTTP header line (&minus;%X
&quot;X&minus;Magic: 42&quot; (&minus;&minus;headers
&lt;param&gt;)</p> </td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Log, index,
cache</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p style="margin-top: 1em">&minus;C</p></td>
<td width="7%"></td>
<td width="78%">
<p style="margin-top: 1em">create/use a cache for updates
and retries (C0 no cache,C1 cache is prioritary,* C2 test
update before) (&minus;&minus;cache[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;k</p></td>
<td width="7%"></td>
<td width="78%">
<p>store all files in cache (not useful if files on disk)
(&minus;&minus;store&minus;all&minus;in&minus;cache)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%n</p></td>
<td width="7%"></td>
<td width="78%">
<p>do not re&minus;download locally erased files
(&minus;&minus;do&minus;not&minus;recatch)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%v</p></td>
<td width="7%"></td>
<td width="78%">
<p>display on screen filenames downloaded (in realtime)
&minus; * %v1 short version &minus; %v2 full animation
(&minus;&minus;display)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;Q</p></td>
<td width="7%"></td>
<td width="78%">
<p>no log &minus; quiet mode
(&minus;&minus;do&minus;not&minus;log)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;q</p></td>
<td width="7%"></td>
<td width="78%">
<p>no questions &minus; quiet mode
(&minus;&minus;quiet)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;z</p></td>
<td width="7%"></td>
<td width="78%">
<p>log &minus; extra infos
(&minus;&minus;extra&minus;log)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;Z</p></td>
<td width="7%"></td>
<td width="78%">
<p>log &minus; debug (&minus;&minus;debug&minus;log)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;v</p></td>
<td width="7%"></td>
<td width="78%">
<p>log on screen (&minus;&minus;verbose)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;f</p></td>
<td width="7%"></td>
<td width="78%">
<p>*log in files (&minus;&minus;file&minus;log)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;f2</p></td>
<td width="7%"></td>
<td width="78%">
<p>one single log file (&minus;&minus;single&minus;log)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;I</p></td>
<td width="7%"></td>
<td width="78%">
<p>*make an index (I0 don t make) (&minus;&minus;index)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%i</p></td>
<td width="7%"></td>
<td width="78%">
<p>make a top index for a project folder (* %i0 don t make)
(&minus;&minus;build&minus;top&minus;index)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%I</p></td>
<td width="7%"></td>
<td width="78%">
<p>make an searchable index for this mirror (* %I0 don t
make) (&minus;&minus;search&minus;index)</p></td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Expert
options:</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p style="margin-top: 1em">&minus;pN</p></td>
<td width="5%"></td>
<td width="78%">
<p style="margin-top: 1em">priority mode: (* p3)
(&minus;&minus;priority[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;p0</p></td>
<td width="5%"></td>
<td width="78%">
<p>just scan, don t save anything (for checking links)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;p1</p></td>
<td width="5%"></td>
<td width="78%">
<p>save only html files</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;p2</p></td>
<td width="5%"></td>
<td width="78%">
<p>save only non html files</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;*p3</p></td>
<td width="5%"></td>
<td width="78%">
<p>save all files</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;p7</p></td>
<td width="5%"></td>
<td width="78%">
<p>get html files before, then treat other files</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;S</p></td>
<td width="5%"></td>
<td width="78%">
<p>stay on the same directory
(&minus;&minus;stay&minus;on&minus;same&minus;dir)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;D</p></td>
<td width="5%"></td>
<td width="78%">
<p>*can only go down into subdirs
(&minus;&minus;can&minus;go&minus;down)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;U</p></td>
<td width="5%"></td>
<td width="78%">
<p>can only go to upper directories
(&minus;&minus;can&minus;go&minus;up)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;B</p></td>
<td width="5%"></td>
<td width="78%">
<p>can both go up&amp;down into the directory structure
(&minus;&minus;can&minus;go&minus;up&minus;and&minus;down)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;a</p></td>
<td width="5%"></td>
<td width="78%">
<p>*stay on the same address
(&minus;&minus;stay&minus;on&minus;same&minus;address)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;d</p></td>
<td width="5%"></td>
<td width="78%">
<p>stay on the same principal domain
(&minus;&minus;stay&minus;on&minus;same&minus;domain)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;l</p></td>
<td width="5%"></td>
<td width="78%">
<p>stay on the same TLD (eg: .com)
(&minus;&minus;stay&minus;on&minus;same&minus;tld)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;e</p></td>
<td width="5%"></td>
<td width="78%">
<p>go everywhere on the web
(&minus;&minus;go&minus;everywhere)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;%H</p></td>
<td width="5%"></td>
<td width="78%">
<p>debug HTTP headers in logfile
(&minus;&minus;debug&minus;headers)</p> </td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Guru
options: (do NOT use if possible)</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p style="margin-top: 1em">&minus;#X</p></td>
<td width="5%"></td>
<td width="78%">
<p style="margin-top: 1em">*use optimized engine (limited
memory boundary checks)
(&minus;&minus;fast&minus;engine)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#0</p></td>
<td width="5%"></td>
<td width="78%">
<p>filter test (&minus;#0 *.gif www.bar.com/foo.gif )
(&minus;&minus;debug&minus;testfilters &lt;param&gt;)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#1</p></td>
<td width="5%"></td>
<td width="78%">
<p>simplify test (&minus;#1 ./foo/bar/../foobar)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#2</p></td>
<td width="5%"></td>
<td width="78%">
<p>type test (&minus;#2 /foo/bar.php)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#C</p></td>
<td width="5%"></td>
<td width="78%">
<p>cache list (&minus;#C *.com/spider*.gif
(&minus;&minus;debug&minus;cache &lt;param&gt;)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#R</p></td>
<td width="5%"></td>
<td width="78%">
<p>cache repair (damaged cache)
(&minus;&minus;repair&minus;cache)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#d</p></td>
<td width="5%"></td>
<td width="78%">
<p>debug parser (&minus;&minus;debug&minus;parsing)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#E</p></td>
<td width="5%"></td>
<td width="78%">
<p>extract new.zip cache meta&minus;data in meta.zip</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#f</p></td>
<td width="5%"></td>
<td width="78%">
<p>always flush log files
(&minus;&minus;advanced&minus;flushlogs)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#FN</p></td>
<td width="5%"></td>
<td width="78%">
<p>maximum number of filters
(&minus;&minus;advanced&minus;maxfilters[=N])</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#h</p></td>
<td width="5%"></td>
<td width="78%">
<p>version info (&minus;&minus;version)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#K</p></td>
<td width="5%"></td>
<td width="78%">
<p>scan stdin (debug)
(&minus;&minus;debug&minus;scanstdin)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#L</p></td>
<td width="5%"></td>
<td width="78%">
<p>maximum number of links (&minus;#L1000000)
(&minus;&minus;advanced&minus;maxlinks)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#p</p></td>
<td width="5%"></td>
<td width="78%">
<p>display ugly progress information
(&minus;&minus;advanced&minus;progressinfo)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#P</p></td>
<td width="5%"></td>
<td width="78%">
<p>catch URL (&minus;&minus;catch&minus;url)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#R</p></td>
<td width="5%"></td>
<td width="78%">
<p>old FTP routines (debug)
(&minus;&minus;repair&minus;cache)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#T</p></td>
<td width="5%"></td>
<td width="78%">
<p>generate transfer ops. log every minutes
(&minus;&minus;debug&minus;xfrstats)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#u</p></td>
<td width="5%"></td>
<td width="78%">
<p>wait time (&minus;&minus;advanced&minus;wait)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;#Z</p></td>
<td width="5%"></td>
<td width="78%">
<p>generate transfer rate statictics every minutes
(&minus;&minus;debug&minus;ratestats)</p> </td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Dangerous
options: (do NOT use unless you exactly know what you are
doing)</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p style="margin-top: 1em">&minus;%!</p></td>
<td width="7%"></td>
<td width="78%">
<p style="margin-top: 1em">bypass built&minus;in security
limits aimed to avoid bandwidth abuses (bandwidth,
simultaneous connections)
(&minus;&minus;disable&minus;security&minus;limits)</p> </td></tr>
</table>
<p style="margin-left:11%;">&minus;IMPORTANT</p>
<p style="margin-left:22%;">NOTE: DANGEROUS OPTION, ONLY
SUITABLE FOR EXPERTS</p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p>&minus;USE</p></td>
<td width="5%"></td>
<td width="30%">
<p>IT WITH EXTREME CARE</p></td>
<td width="48%">
</td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Command&minus;line
specific options:</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p style="margin-top: 1em">&minus;V</p></td>
<td width="7%"></td>
<td width="78%">
<p style="margin-top: 1em">execute system command after
each files ($0 is the filename: &minus;V &quot;rm \$0&quot;)
(&minus;&minus;userdef&minus;cmd &lt;param&gt;)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;%W</p></td>
<td width="7%"></td>
<td width="78%">
<p>use an external library function as a wrapper (&minus;%W
myfoo.so[,myparameters]) (&minus;&minus;callback
&lt;param&gt;)</p> </td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Details:
Option N</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p style="margin-top: 1em">&minus;N0</p></td>
<td width="2%"></td>
<td width="78%">
<p style="margin-top: 1em">Site&minus;structure
(default)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N1</p></td>
<td width="2%"></td>
<td width="78%">
<p>HTML in web/, images/other files in web/images/</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N2</p></td>
<td width="2%"></td>
<td width="78%">
<p>HTML in web/HTML, images/other in web/images</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N3</p></td>
<td width="2%"></td>
<td width="78%">
<p>HTML in web/, images/other in web/</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N4</p></td>
<td width="2%"></td>
<td width="78%">
<p>HTML in web/, images/other in web/xxx, where xxx is the
file extension (all gif will be placed onto web/gif, for
example)</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N5</p></td>
<td width="2%"></td>
<td width="78%">
<p>Images/other in web/xxx and HTML in web/HTML</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N99</p></td>
<td width="2%"></td>
<td width="78%">
<p>All files in web/, with random names (gadget !)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N100</p></td>
<td width="2%"></td>
<td width="78%">
<p>Site&minus;structure, without www.domain.xxx/</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N101</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N1 exept that &quot;web&quot; is replaced
by the site s name</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N102</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N2 exept that &quot;web&quot; is replaced
by the site s name</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N103</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N3 exept that &quot;web&quot; is replaced
by the site s name</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N104</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N4 exept that &quot;web&quot; is replaced
by the site s name</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N105</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N5 exept that &quot;web&quot; is replaced
by the site s name</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N199</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N99 exept that &quot;web&quot; is replaced
by the site s name</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N1001</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N1 exept that there is no &quot;web&quot;
directory</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N1002</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N2 exept that there is no &quot;web&quot;
directory</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N1003</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N3 exept that there is no &quot;web&quot;
directory (option set for g option)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N1004</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N4 exept that there is no &quot;web&quot;
directory</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N1005</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N5 exept that there is no &quot;web&quot;
directory</p> </td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;N1099</p></td>
<td width="2%"></td>
<td width="78%">
<p>Identical to N99 exept that there is no &quot;web&quot;
directory</p> </td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Details:
User&minus;defined option N</b> <br>
%n Name of file without file type (ex: image) <br>
%N Name of file, including file type (ex: image.gif) <br>
%t File type (ex: gif) <br>
%p Path [without ending /] (ex: /someimages) <br>
%h Host name (ex: www.someweb.com) <br>
%M URL MD5 (128 bits, 32 ascii bytes) <br>
%Q query string MD5 (128 bits, 32 ascii bytes) <br>
%k full query string <br>
%r protocol name (ex: http) <br>
%q small query string MD5 (16 bits, 4 ascii bytes) <br>
%s? Short name version (ex: %sN) <br>
%[param] param variable in query string <br>
%[param:before:after:empty:notfound] advanced variable
extraction</p>
<p style="margin-left:11%; margin-top: 1em"><b>Details:
User&minus;defined option N and advanced variable
extraction</b> <br>
%[param:before:after:empty:notfound]</p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p style="margin-top: 1em">&minus;param</p></td>
<td width="2%"></td>
<td width="24%">
<p style="margin-top: 1em">: parameter name</p></td>
<td width="54%">
</td></tr>
</table>
<p style="margin-left:11%;">&minus;before</p>
<p style="margin-left:22%;">: string to prepend if the
parameter was found</p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;after</p></td>
<td width="2%"></td>
<td width="69%">
<p>: string to append if the parameter was found</p></td>
<td width="9%">
</td></tr>
</table>
<p style="margin-left:11%;">&minus;notfound</p>
<p style="margin-left:22%;">: string replacement if the
parameter could not be found</p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;empty</p></td>
<td width="2%"></td>
<td width="78%">
<p>: string replacement if the parameter was empty</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;all</p></td>
<td width="2%"></td>
<td width="78%">
<p>fields, except the first one (the parameter name), can
be empty</p></td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Details:
Option K</b></p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p style="margin-top: 1em">&minus;K0</p></td>
<td width="7%"></td>
<td width="78%">
<p style="margin-top: 1em">foo.cgi?q=45 &minus;&gt;
foo4B54.html?q=45 (relative URI, default)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;K</p></td>
<td width="7%"></td>
<td width="78%">
<p>&minus;&gt; http://www.foobar.com/folder/foo.cgi?q=45
(absolute URL) (&minus;&minus;keep&minus;links[=N])</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;K3</p></td>
<td width="7%"></td>
<td width="78%">
<p>&minus;&gt; /folder/foo.cgi?q=45 (absolute URI)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;K4</p></td>
<td width="7%"></td>
<td width="78%">
<p>&minus;&gt; foo.cgi?q=45 (original URL)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="4%">
<p>&minus;K5</p></td>
<td width="7%"></td>
<td width="78%">
<p>&minus;&gt;
http://www.foobar.com/folder/foo4B54.html?q=45 (transparent
proxy URL)</p></td></tr>
</table>
<p style="margin-left:11%; margin-top: 1em"><b>Shortcuts:</b>
<br>
&minus;&minus;mirror</p>
<p style="margin-left:22%;">&lt;URLs&gt; *make a mirror of
site(s) (default)</p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;&minus;get</p></td>
<td width="2%"></td>
<td width="78%">
<p>&lt;URLs&gt; get the files indicated, do not seek other
URLs (&minus;qg)</p></td></tr>
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>&minus;&minus;list</p></td>
<td width="2%"></td>
<td width="78%">
<p>&lt;text file&gt; add all URL located in this text file
(&minus;%L)</p> </td></tr>
</table>
<p style="margin-left:11%;">&minus;&minus;mirrorlinks</p>
<p style="margin-left:22%;">&lt;URLs&gt; mirror all links
in 1st level pages (&minus;Y)</p>
<p style="margin-left:11%;">&minus;&minus;testlinks</p>
<p style="margin-left:22%;">&lt;URLs&gt; test links in
pages (&minus;r1p0C0I0t)</p>
<p style="margin-left:11%;">&minus;&minus;spider</p>
<p style="margin-left:22%;">&lt;URLs&gt; spider site(s), to
test links: reports Errors &amp; Warnings
(&minus;p0C0I0t)</p>
<p style="margin-left:11%;">&minus;&minus;testsite</p>
<p style="margin-left:22%;">&lt;URLs&gt; identical to
&minus;&minus;spider</p>
<p style="margin-left:11%;">&minus;&minus;skeleton</p>
<p style="margin-left:22%;">&lt;URLs&gt; make a mirror, but
gets only html files (&minus;p1)</p>
<p style="margin-left:11%;">&minus;&minus;update</p>
<p style="margin-left:22%;">update a mirror, without
confirmation (&minus;iC2)</p>
<p style="margin-left:11%;">&minus;&minus;continue</p>
<p style="margin-left:22%;">continue a mirror, without
confirmation (&minus;iC1)</p>
<p style="margin-left:11%;">&minus;&minus;catchurl</p>
<p style="margin-left:22%;">create a temporary proxy to
capture an URL or a form post URL</p>
<p style="margin-left:11%;">&minus;&minus;clean</p>
<p style="margin-left:22%;">erase cache &amp; log files</p>
<p style="margin-left:11%;">&minus;&minus;http10</p>
<p style="margin-left:22%;">force http/1.0 requests
(&minus;%h)</p>
<p style="margin-left:11%; margin-top: 1em"><b>Details:
Option %W: External callbacks prototypes <br>
see htsdefines.h</b></p>
<h2>FILES
<a name="FILES"></a>
</h2>
<p style="margin-left:11%;"><b><i>/etc/httrack.conf</i></b></p>
<p style="margin-left:22%;">The system wide configuration
file.</p>
<h2>ENVIRONMENT
<a name="ENVIRONMENT"></a>
</h2>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="6%">
<p style="margin-top: 1em">HOME</p></td>
<td width="5%"></td>
<td width="78%">
<p style="margin-top: 1em">Is being used if you defined in
/etc/httrack.conf the line <i>path ~/websites/#</i></p></td></tr>
</table>
<h2>DIAGNOSTICS
<a name="DIAGNOSTICS"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">Errors/Warnings
are reported to <i>hts&minus;log.txt</i> by default, or to
stderr if the <i>-v</i> option was specified.</p>
<h2>LIMITS
<a name="LIMITS"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">These are the
principals limits of HTTrack for that moment. Note that we
did not heard about any other utility that would have solved
them.</p>
<p style="margin-left:11%; margin-top: 1em"><small>-
Several scripts generating complex filenames may not find
them (ex:
img.src=&rsquo;image&rsquo;+a+Mobj.dst+&rsquo;.gif&rsquo;)</small></p>
<p style="margin-left:11%; margin-top: 1em"><small>- Some
java classes may not find some files on them (class
included)</small></p>
<p style="margin-left:11%; margin-top: 1em"><small>-
Cgi-bin links may not work properly in some cases
(parameters needed). To avoid them: use filters like
-*cgi-bin*</small></p>
<h2>BUGS
<a name="BUGS"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">Please reports
bugs to <b>&lt;bugs@httrack.com&gt;.</b> Include a complete,
self-contained example that will allow the bug to be
reproduced, and say which version of httrack you are using.
Do not forget to detail options used, OS version, and any
other information you deem necessary.</p>
<h2>COPYRIGHT
<a name="COPYRIGHT"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">Copyright (C)
1998-2014 Xavier Roche and other contributors</p>
<p style="margin-left:11%; margin-top: 1em">This program is
free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3
of the License, or (at your option) any later version.</p>
<p style="margin-left:11%; margin-top: 1em">This program is
distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.</p>
<p style="margin-left:11%; margin-top: 1em">You should have
received a copy of the GNU General Public License along with
this program. If not, see
&lt;http://www.gnu.org/licenses/&gt;.</p>
<h2>AVAILABILITY
<a name="AVAILABILITY"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">The most recent
released version of httrack can be found at:
<b>http://www.httrack.com</b></p>
<h2>AUTHOR
<a name="AUTHOR"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">Xavier Roche
&lt;roche@httrack.com&gt;</p>
<h2>SEE ALSO
<a name="SEE ALSO"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">The <b>HTML</b>
documentation (available online at
<b>http://www.httrack.com/html/</b> ) contains more detailed
information. Please also refer to the <b>httrack FAQ</b>
(available online at
<b>http://www.httrack.com/html/faq.html</b> )</p>
<hr>
</body>
</html>