home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 3 / MA_Cover_3.iso / www / ctools / www.ctools.pp.se / ftp / furl10.lha / FetchURL / FetchURL.doc < prev    next >
Encoding:
Text File  |  1996-03-30  |  2.9 KB  |  81 lines

  1.  
  2.     FetchURL version 1.0
  3.     FetchURL, Shell robot that http-fetches files.
  4.     FetchURL © 1995 Bahman Moallem.
  5.     FetchURL.doc v1.0 © 1995-1996 Bahman Moallem.
  6.     All Rights Reserved Worldwide
  7.     -----------------------------------------------------------------------
  8.  
  9.     DISCLAIMER
  10.     -----------------------------------------------------------------------
  11.     The author of this program is not responsible for any loss of data,
  12.     damages to software or hardware that may result directly or indirectly
  13.     from the use of this program. Use this software at your own risk.
  14.  
  15.     COPYING
  16.     -----------------------------------------------------------------------
  17.     This program is released as Public Domain.
  18.     Do with it what you please. :-)
  19.  
  20.     REQUIREMENTS
  21.     -----------------------------------------------------------------------
  22.     AmigaOS 2.04 or better.
  23.  
  24.     INSTALLATION AND SETUP
  25.     -----------------------------------------------------------------------
  26.     Copy FetchURL executable to the directory C: or any to other
  27.     directory in the search path of your Amiga.
  28.  
  29.     INTRODCTION, PROGRAM DESCRIPTION AND USAGE
  30.     -----------------------------------------------------------------------
  31.     FetchURL is a small robot that can fetch files from cyberspace. FetchURL
  32.     uses a 16kb write-buffer and was designed to not consume much memory
  33.     even when it is bringing huge data files. Furthermore, user can always
  34.     abort [Ctrl-C] the transfer while it is in process.
  35.  
  36.     FetchURL understands the following template:
  37.  
  38.     TEMPLATE
  39.     From/A,To/K
  40.  
  41.     From/A is the mandatory source object and To/K is the optional
  42.     destination object.
  43.  
  44.     By default, FetchURL brings the from object from a server to the local
  45.     computer.
  46.  
  47.     All of the following calls result in same action:
  48.  
  49.     FetchURL From www.xspace.nl/mix/index.html
  50.     FetchURL From htt://www.xspace.nl/mix/index.html
  51.     FetchURL www.xspace.nl/mix/
  52.  
  53.     As you can see in the above example, if the destination object is a
  54.     directory, index.html is assumed as the destination target.
  55.  
  56.     By default, the destination object is located in the current directory.
  57.     If you want to change this, you can use the To/K argument when you call
  58.     the program.
  59.  
  60.     FetchURL From http://www.xspace.nl/mix/News.LHA To XDH1:News.LHA
  61.  
  62.     Will fetch News.LHA from www.xspace.nl/mix/ and copy it to XDH1:News.LHA
  63.  
  64.     HISTORY
  65.     -----------------------------------------------------------------------
  66.     951028 - version 1.0
  67.     First version released to the public 8^).
  68.  
  69.     COPYRIGHT NOTICES
  70.     -----------------------------------------------------------------------
  71.     FetchURL version 1.0 © 1995 Bahman Moallem.
  72.     FetchURL.doc v1.0 © 1995-1996 Bahman Moallem.
  73.  
  74.     All program names mentioned in this document are either Copyright or
  75.     Trademark of their respective owner(s).
  76.  
  77.     SPECIAL THANKS TO
  78.     -----------------------------------------------------------------------
  79.     - Jonas Edlund for beta-testing.
  80.  
  81.