home *** CD-ROM | disk | FTP | other *** search
-
- HTTrack - Advanced options list for the "command line program"
-
-
- 1. How to use the command line:
-
- httrack <parameter> <parameter> <parameter> ..
-
- With <parameter>:
- -----------------
-
- -<letter and digits> : Options. Example: -p0C0qQM350000000T20
- <URL, or IP address> : Add URL in the URL list. Example: www.myweb.abc
- +<URL, IP address or filter> : Accept one/several URL(s) or type of URL(s). Example: +*.ismra.fr +www.test.* +www.digital.com
- -<URL, IP address or filter> : Forbide one/several URL(s) or type of URL(s). Example: -*.ismra.fr -www.test.* -www.digital.com
- <filter> : Identical to +<filter>. Example: www.test.fr -> accept www.test.fr*
-
-
- 2. Some more infos about advanced options:
-
- a. Lx option:
-
- This option is useful if you want to keep a site in a DOS-type structure (8+3 mode)
-
- L0 Filenames and directory names are limited to 8 characters + 3 for extension
- L1 No restrictions (default)
-
- b. Nxx option:
-
- This option allows you to change the directory structure.
- You can put all image files in one directory, for example.
-
-
- N0 Site-structure (default)
- (example: www.test.fr\images\fr\im1.gif)
-
- N1 Html in web/
- Images/other files in web/images/
- N2 Html in web/html
- Images/other in web/images
- N3 Html in web/
- Images/other in web/
-
- N4 Html in web/
- Images/other in web/xxx, where xxx is the file extension
- (all gif will be placed onto web/gif, for example)
- N5 Images/other in web/xxx and Html in web/html
-
- N99 All files in web/, with random names (gadget !)
-
- N100 Site-structure, without www.domain.xxx/
-
- N101 Identical to N1 exept that "web" is replaced by the site's name
- N102 Identical to N2 exept that "web" is replaced by the site's name
- N103 Identical to N3 exept that "web" is replaced by the site's name
- N104 Identical to N4 exept that "web" is replaced by the site's name
- N105 Identical to N5 exept that "web" is replaced by the site's name
- N199 Identical to N99 exept that "web" is replaced by the site's name
-
-