Re: How i can to receive RAW stream of HTML tags ?

On Sat, 24 Aug 1996, jna wrote:

> Look up the unix / windows socket calls for "bind" "connect" and 
> "gethostbyname" and go from there. If you don't want to use Perl or Tcl,
> then you have to use C or something else. There's no publicily available 
> 'tool' that does what you want because what you want to do is just too 
> easy. 

There is. It's called the W3C command line tool (or w3c for short) and is
available at W3C's web server, and is of course based on the WWW reference
lib. I use it for shell scripts etc. all the time. It doesn't return HTTP
headers tho.

You might also try the "from" and "to" unix commands if they're available on
your system. They just pipe some input or output to/from stdin/out and a
server port somewhere.

= Stephanos Piperoglou = stephanos@hol.gr = http://users.hol.gr/~stephanos/ =
  Four lines in a .sig can't say enough about why you should visit my page!
"I want peace on earth and good will toward man"
"We're the United States Government, we don't do that sort of thing!"
                                    [ from the film "Sneakers" ]

                                                       ...oof porothika! (tm)

Received on Wednesday, 28 August 1996 06:51:54 UTC