Re: URL return

Will Carlton (wcarlton@gtenet.com)
Sat, 10 Dec 1994 03:35:33 +0100

>
> Jim Meritt writes:
>
> >Is there an app that, when given a URL, returns the source document?
> >There must have been something like that already developed and I really do
> >not want to re-invent the wheel.
>
We use both lynx and WWW line mode:
lynx -source http://abc.com/bar.gif >bar.gif
and
www -n http://abc.com/bar.html >bar.html

There is also a script called w3get that recursively gets URLs:
http://www.stuff.com/~bcutter/home/programs/dist/w3get.txt

Hope this helps.

Will