"Bruso, John" <[EMAIL PROTECTED]> wrote:

I'm trying to get wget to go fetch a url like this:

http://voap.weather.com/weather/oap/82801?template=GENXV&par=null&unit=0
 &key=63c4c2fa0cd55c5f42d6e20a7e56586f

but, WGET isn't recognizing some of the parameters in the URL.

Is it possible for WGET to grab a URL like this?

You ought to know that '&' is interpreted as a command-separator
under cmd. Use wget "url..." to fix.

--gv

Reply via email to