home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 May / VPR0105A.BIN / OLS / BR98211 / br98211.lzh / HTGET102.ZIP / README < prev    next >
Text File  |  1997-12-20  |  3KB  |  92 lines

  1. HTGET Version 1.02, get a document via HTTP
  2.  
  3. Installation:
  4.  
  5. You need to run a packet driver and to configure wattcp.cfg first.
  6. Remember to define a nameserver if you want to resolve hostnames.
  7. Then to use the program, just run as:
  8.  
  9.     htget URL
  10.  
  11. where URL is a document on the Web that you want to fetch.  The initial
  12. http:// can be omitted.  The returned document, if there is no error,
  13. is sent to standard output.  Use > redirection or -o to save to a
  14. file if this is desired. If an error occurs, the error code is printed
  15. to stderr.
  16.  
  17. If the environment variable HTTP_PROXY is set to the host:port of
  18. a proxy server, then htget will use that. In this case the http://
  19. prefix of the URL cannot be omitted.
  20.  
  21. At the moment HTGET handles responses from only HTTP/1.0 and HTTP/1.1
  22. servers. Are there any HTTP/0.9 servers still in use?
  23.  
  24. List of files:
  25.  
  26. Artistic    Artistic License conditions
  27. LOG        Change log
  28. Makefile    For Borland C make
  29. README        This file
  30. getopt.c    Command arguments parsing routine
  31. htget.exe    Executable
  32. htget.c        Source
  33. htget.man    Manual page (nroff format)
  34. htget.prn    Printable version of above
  35. httpddos.tip    Some suggestions for DOS Web servers
  36. tcp.h        Source, copy of one in WATTCP source distribution
  37. wattcp.cfg    Configuration file, edit before using HTGET
  38. wattcpsm.lib    Object library used when linking HTGET
  39.  
  40. Resources:
  41.  
  42. Here are some FTP sites for auxiliary and related software.  The sites
  43. named here are the normal ones and it's best to ask archie for the
  44. nearest archive to you.
  45.  
  46. Packet drivers
  47.     ftp://ftp.simtel.net/pub/simtelnet/msdos/pktdrvr/
  48.     Current version of the packet drivers is 11.
  49.  
  50. WATTCP library sources
  51.     ftp://ftp-ns.rutgers.edu/pub/pc/wattcp/
  52.  
  53. PDCLKSET
  54.     ftp://ftp.simtel.net/pub/simtelnet/msdos/pktdrvr/pdtstNNN.zip
  55.     A small program to set the PC clock from a server running timed(udp).
  56.  
  57. DOSLYNX
  58.     ftp://ftp2.cc.ukans.edu/pub/WWW/DosLynx/
  59.  
  60. comp.protocols.tcp-ip.ibmpc FAQ
  61.     ftp://ftp.netcom.com/pub/mailcom/IBMTCP/ibmtcp.zip
  62.     Answers a lot of questions about TCP-IP on PCs.
  63.  
  64. RFC1945
  65.     Hypertext Transfer Protocol -- HTTP/1.0, at lots of places
  66.  
  67. Acknowledgements:
  68.  
  69. HTGET uses the excellent WATTCP package by Erick Engelke of the U of
  70. Waterloo. Russ Nelson of Crynwr Software has put a lot of work into
  71. packet drivers for many NICs.
  72.  
  73. HTGET is free software. The software is provided as-is and there is
  74. NO SUPPORT.
  75.  
  76. If you find HTGET useful, send me a nice note by email telling me how
  77. you use it. If you really like it, send me a postcard of your country.
  78.  
  79. Here are my contact addresses. Email is most preferred.
  80.  
  81.     ken@syd.dit.csiro.au
  82.  
  83.     Ken Yap
  84.     CSIRO Division of Information Technology
  85.     Locked Bag 17
  86.     North Ryde 2113
  87.     Australia
  88.     +61 2 3253100
  89.  
  90. Ken Yap
  91. December 1997
  92.