Re: Spaces in directories/files are converted to '@' symbol.

2004-01-09 Thread Jens Rösner
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've notice that spaces in directories/files are automatically converted
 to  '@' character.  Is there any way to turn this option off?
 
 e.g.   template directory   =   [EMAIL PROTECTED] 
 
 
 Thanks,
 
 Tommy. 

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net




wget can't get the following site

2004-01-09 Thread David C.
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=USASymbol=JNJstocktab=finance
 
I got the errors below:
 
--22:58:29--  http://quicktake.morningstar.com:80/Stock/Income10.asp?Country=USA
   = [EMAIL PROTECTED]'
Connecting to quicktake.morningstar.com:80... connected!
HTTP request sent, awaiting response... 302 Object moved
Location: http://quote.morningstar.com/switch.html?ticker= [following]
--22:58:30--  http://quote.morningstar.com:80/switch.html?ticker=
   = [EMAIL PROTECTED]'
Connecting to quote.morningstar.com:80... connected!
HTTP request sent, awaiting response... 302 Object moved
Location: TickerNotFound.html [following]
TickerNotFound.html: Unknown/unsupported protocol.
'Symbol' is not recognized as an internal or external command,
operable program or batch file.
'stocktab' is not recognized as an internal or external command,
operable program or batch file.
 
Is this a bug in wget?  Or is there something I can do so that wget can get the site?
 
Please help!  Thanks in advance.
 


-
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes

RE: wget can't get the following site

2004-01-09 Thread Post, Mark K
Because the URL has special characters in it, surround it in double quotes:
wget
http://quicktake.morningstar.com/Stock/Income10.asp?Country=USASymbol=JNJ;
stocktab=finance


Mark Post

-Original Message-
From: David C. [mailto:[EMAIL PROTECTED]
Sent: Friday, January 09, 2004 2:01 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: wget can't get the following site


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=USASymbol=JNJs
tocktab=finance
 
I got the errors below:
 
--22:58:29--
http://quicktake.morningstar.com:80/Stock/Income10.asp?Country=USA
   = [EMAIL PROTECTED]'
Connecting to quicktake.morningstar.com:80... connected!
HTTP request sent, awaiting response... 302 Object moved
Location: http://quote.morningstar.com/switch.html?ticker= [following]
--22:58:30--  http://quote.morningstar.com:80/switch.html?ticker=
   = [EMAIL PROTECTED]'
Connecting to quote.morningstar.com:80... connected!
HTTP request sent, awaiting response... 302 Object moved
Location: TickerNotFound.html [following]
TickerNotFound.html: Unknown/unsupported protocol.
'Symbol' is not recognized as an internal or external command,
operable program or batch file.
'stocktab' is not recognized as an internal or external command,
operable program or batch file.
 
Is this a bug in wget?  Or is there something I can do so that wget can get
the site?
 
Please help!  Thanks in advance.
 


-
Do you Yahoo!?
Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes


Re: wget can't get the following site

2004-01-09 Thread patrick robinson
Hello David,


 Because the URL has special characters in it, surround it in double quotes:
 wget
 http://quicktake.morningstar.com/Stock/Income10.asp?Country=USASymbol=JNJ;
 stocktab=finance

Ehm, well yes. Maybe I also should had mentioned that.

Downloading mostly should work if surrounding the url in double quotes.
Anyway you might meet a site every now and then which is still tricky to get.


Regards

Patrick Robinson