home *** CD-ROM | disk | FTP | other *** search
/ InterCD 1999 March / marchl_1999.iso / Offline / HTTrack / data1.cab / Help_Files / doc-html / httrack-advanced.txt < prev    next >
Encoding:
Text File  |  1999-02-20  |  2.0 KB  |  60 lines

  1.  
  2. HTTrack - Advanced options list for the "command line program"
  3.  
  4.  
  5. 1. How to use the command line:
  6.  
  7. httrack <parameter> <parameter> <parameter> ..
  8.  
  9.     With <parameter>:
  10.     -----------------
  11.  
  12.     -<letter and digits>           : Options. Example: -p0C0qQM350000000T20
  13.     <URL, or IP address>           : Add URL in the URL list. Example: www.myweb.abc
  14.     +<URL, IP address or filter>   : Accept one/several URL(s) or type of URL(s). Example: +*.ismra.fr +www.test.* +www.digital.com 
  15.     -<URL, IP address or filter>   : Forbide one/several URL(s) or type of URL(s). Example: -*.ismra.fr -www.test.* -www.digital.com
  16.     <filter>                       : Identical to +<filter>. Example: www.test.fr -> accept www.test.fr*
  17.  
  18.  
  19. 2. Some more infos about advanced options:
  20.  
  21. a. Lx option:
  22.  
  23.     This option is useful if you want to keep a site in a DOS-type structure (8+3 mode)
  24.  
  25. L0    Filenames and directory names are limited to 8 characters + 3 for extension
  26. L1    No restrictions (default)
  27.  
  28. b. Nxx option:
  29.  
  30.     This option allows you to change the directory structure. 
  31. You can put all image files in one directory, for example.
  32.  
  33.  
  34. N0    Site-structure (default)
  35.     (example: www.test.fr\images\fr\im1.gif)
  36.  
  37. N1    Html in web/
  38.     Images/other files in web/images/
  39. N2    Html in web/html
  40.     Images/other in web/images
  41. N3    Html in web/
  42.     Images/other in web/
  43.  
  44. N4    Html in web/
  45.     Images/other in web/xxx, where xxx is the file extension
  46.     (all gif will be placed onto web/gif, for example)
  47. N5    Images/other in web/xxx and Html in web/html
  48.  
  49. N99    All files in web/, with random names (gadget !)
  50.  
  51. N100    Site-structure, without www.domain.xxx/
  52.  
  53. N101    Identical to N1 exept that "web" is replaced by the site's name
  54. N102    Identical to N2 exept that "web" is replaced by the site's name
  55. N103    Identical to N3 exept that "web" is replaced by the site's name
  56. N104    Identical to N4 exept that "web" is replaced by the site's name
  57. N105    Identical to N5 exept that "web" is replaced by the site's name
  58. N199    Identical to N99 exept that "web" is replaced by the site's name
  59.  
  60.