home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com / InfoMagic-WinFilesDotCom-June1998-Disc3of3-DAMAGED_DISC.iso / browsers / WebSaveInst.exe / readme.txt next >
Text File  |  1998-05-29  |  2KB  |  44 lines

  1. WebSave 2.02 beta
  2. Copyright (c) 1998 by SuperNova Software
  3.  
  4. WebSave is a utility for downloading files over the Web using the
  5. HTTP protocol. It is console based, meaning that it has a
  6. DOS-based command line interface, which works great for batch
  7. files. It also has the ability to keep downloading a page until
  8. it has changed, which is useful for testing CGI programs.
  9. It will run under either Windows 95/98 or Windows NT.
  10.  
  11. Installation:
  12. Run WebSaveInst.exe to install WebSave to whatever directory you like.
  13. No registry changes are made and nothing is copied to your
  14. Windows directory. To uninstall, simply delete the
  15. WebSave.exe and readme.txt files.
  16.  
  17. Usage:
  18. WebSave FileToSaveTo URL [-h] [-a] [-b] [-u HTTP_USER_AGENT]
  19.         [-c] [-e] [-w #]
  20. FileToSaveTo: The filename on the hard drive that you want to
  21.               save the file to. (example: c:\index.html)
  22. URL: The URL that WebSave should get. (example: http://www.yahoo.com)
  23. -h: Prints the HTTP headers that are sent by the web server.
  24. -a: Receives the data in ASCII mode (default).
  25. -b: Receives the data in BINARY mode.
  26. -u: Follow the -u with the HTTP_USER_AGENT you want to send
  27.     to the web server. Defaults to WebSave 2.01.
  28. -c: Web compare. Downloads the specified pages once, then
  29.     continues downloading the page until it has changed.
  30.     When it has changed, it will print a message to the
  31.     screen and save the changed page to the file name
  32.     specified as the file to save to.
  33. -e: Only works when used with the -c option. Beeps and pops
  34.     up a dialog box upon completion of the web compare option.
  35. -w: Only works when used with the -c option. If you specify
  36.     a number of seconds after it (e.g. -w 10), it will wait
  37.     that many seconds before it tries to download the page
  38.     again. Defaults to downloading as fast as possible.
  39. All Parameters marked with square brackets [] are optional.
  40.  
  41. Example: WebSave c:\index.html http://free.prohosting.com/~snsoft
  42.  
  43. This software is currently under development. USE AT YOUR OWN RISK.
  44. As of now, it is free. No support of any kind is guaranteed.