Hello David,
> Because the URL has special characters in it, surround it in double quotes:
> wget
> "http://quicktake.morningstar.com/Stock/Income10.asp?Country=USA&Symbol=JNJ&;
> stocktab=finance"
Ehm, well yes. Maybe I also should had mentioned that.
Downloading mostly should work if surround
Because the URL has special characters in it, surround it in double quotes:
wget
"http://quicktake.morningstar.com/Stock/Income10.asp?Country=USA&Symbol=JNJ&;
stocktab=finance"
Mark Post
-Original Message-
From: David C. [mailto:[EMAIL PROTECTED]
Sent: Friday, January 09, 2004 2:01 AM
To
Hi, all
Please CC me when you reply. I'm not subscribed to this list.
I'm new to wget. When I tried getting the following using wget,
wget
http://quicktake.morningstar.com/Stock/Income10.asp?Country=USA&Symbol=JNJ&stocktab=finance
I got the errors below:
--22:58:29-- http://quicktake
Hi Tommy!
Does this option, first shown in 1.9.1 (I think) help you:
--restrict-file-names=mode
It controls file-name escaping.
I'll mail the complete extract from the manual to your private mail address.
You can download the current wget version from
http://www.sunsite.dk/wget/
CU
Jens
> I