home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 2 / Geek_Gadgets_2_2352.bin / amigaos / src / wget-1.4.2-src.tgz.pi < prev    next >
Fred Fish's Product-Info  |  1997-04-16  |  2KB  |  53 lines

  1. .name
  2. wget
  3. .type
  4. networking tool
  5. .short
  6. retrieve files over net via HTTP and FTP
  7. .description
  8. Wget [formerly known as Geturl] is a freely available network utility
  9. to retrieve files from the World Wide Web using HTTP and FTP, the two
  10. most widely used Internet protocols.  It works non-interactively, thus
  11. enabling work in the background, after having logged off.
  12.  
  13. The recursive retrieval of HTML pages, as well as FTP sites is
  14. supported -- you can use Wget to make mirrors of archives and home
  15. pages, or traverse the web like a WWW robot (Wget understands
  16. /robots.txt).
  17.  
  18. Wget works exceedingly well on slow or unstable connections, keeping
  19. getting the document until it is fully retrieved. Re-getting files
  20. from where it left off works on servers (both HTTP and FTP) that
  21. support it. Matching of wildcards and recursive mirroring of
  22. directories are available when retrieving via FTP. Both HTTP and FTP
  23. retrievals can be time-stamped, thus Wget can see if the remote file
  24. has changed since last retrieval and automatically retrieve the new
  25. version if it has.
  26.  
  27. Wget supports proxy servers, to lighten the network load and to speed
  28. up retrieval. If you are behind a firewall and have the socks library
  29. installed, you can compile wget with support for socks.
  30.  
  31. Most of the features are configurable, either through command-line
  32. options, or via initialization file .wgetrc.  Wget allows you to
  33. install a global startup file (/usr/local/lib/wgetrc by default) for
  34. site settings.
  35.  
  36. Wget works under almost all modern Unix variants and, unlike many
  37. other similar utilities, is written entirely in C, thus requiring no
  38. additional software (like perl). As Wget uses the GNU Autoconf, it is
  39. easily built on and ported to other Unix's. Installation procedure is
  40. described in the INSTALL file.
  41. .version
  42. 1.4.2
  43. .author
  44. Hrvoje Niksic
  45. .distribution
  46. GNU GPL
  47. .email
  48. hniksic@srce.hr
  49. .described-by
  50. Fred Fish (fnf@ninemoons.com)
  51. .submittal
  52. Downloaded via ftp from gnu.ai.mit.edu
  53.