home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / internet / webf10k.zip / FEATURE.TXT next >
Text File  |  1996-03-28  |  2KB  |  54 lines

  1. WebFetch v1.0k                                          April 27, 1996
  2. Filename : Feature.txt
  3.  
  4. Features
  5. 1. Copy and paste full path names into WebFetch.
  6. 2. Create subdirectories.
  7. 3. Allow multiple downloads through command files.
  8. 4. Saves a record of downloaded files.
  9.  
  10. 1. Copy and paste full path names into WebFetch.
  11.    By using Windows standard powerkeys (ctrl-insert to copy, shift-insert to 
  12. paste).  Paste the full path in the Website Name box and then either hit the 
  13. tab key, or click on the box.
  14.  
  15. 2. Create subdirectories.
  16.    If the subdirectory named in the D/L name does not exist, WebFetch will ask 
  17. if you want to create the directory.
  18.  
  19. 3. Allow multiple downloades through command files.
  20.    WebFetch allows three different ways to "automatically" download one or 
  21. more webpages at a time.
  22.    - From the command line (Run menu, or as an item in a group) you call 
  23. Webfetch with parameters that identify the full http path of the webpage or 
  24. file, where to save it on your hard drive, and four optional parameters : run 
  25. as an icon, D/L referenced graphics, Strip HTTP headers, and Overwrite 
  26. existing files (the last three work similarly as the options on the WebFetch 
  27. main screen).
  28.  
  29.    ex: webfetch -i -g -o -s http://www.yahoo.htm/ c:\temp\yahoo.htm
  30.  
  31.    Where the options -i(icon only), -g(D/L graphics), -o (overwrite existing 
  32. files) and -s (Strip HTTP headers) are optional, but the full URL name and DOS 
  33. filename are required.
  34.  
  35.    - From the command line you can pass the name of a "command" file that is a 
  36. text file containing parameters like above, with one job per line.
  37.  
  38.    ex : /f weblog.txt
  39.  
  40.    where the /f parameter tells WebFetch to open and read the contents of the 
  41. weblog.txt file and execute each line separately.
  42.  
  43.    example of contents :
  44. -i -g -o -s http://www.yahoo.htm/ c:\temp\yahoo.htm
  45. -i -g -s http://www.cnet.com/Content/Features/Techno/Gif89/ c:\temp\tech.htm
  46.  
  47.    - From WebFetch, you click on the "Auto Req..." and choose the command file 
  48. to run automatically. It has the same format as in the previous section.
  49.  
  50. 4. Saves a record of downloaded files.
  51.    WebFetch saves a record of every file it downloads in a file named 
  52. "weblog.txt".  The format is the same as the command file mentioned in 3.
  53.  
  54.