-i problem: Invalid URL  │h: Unsupported scheme

2005-02-13 Thread Mike Steigerwald
Hi, I just started with wget, and Ive hit a strange wall using the I option. I always seem to get: Invalid URL h: Unsupported scheme regardless of the contents of my file. It works great if I simply type: Wget wget http://www.bestbuybaby.com/bestbuybaby/objinfo.xml on

Re: -i problem: Invalid URL šh: Unsupported scheme

2005-02-13 Thread jens . roesner
Hi Mike! on the command line, but if I copy this to, e.g., test.txt and try wget -i test1.txt Well, make sure a) whether you have test.txt or test1.txt b) you only have URLs in your txt file like http:// - no options c) you save the txt file with a pure ASCII editor like Notepad

RE: -i problem: Invalid URL šh: Unsupported scheme

2005-02-13 Thread Mike Steigerwald
a) I've verified that they both exist b) All of the URLs are purely HTTP. In fact, I used http://www.gnu.org as the simplest example. c) I've tried with both Notepad and Wordpad. I get the same error either way. d) I actually am using -i. I carelessly allowed the spell checker to capitalize it

RE: -i problem: Invalid URL ¹h: Unsupported scheme

2005-02-13 Thread Jens Rösner
Hi Mike! Strange! I suspect that you have some kind of typo in your test.txt If you cannot spot one, try wget -d -o logi.txt -i test.txt as a command line and send the debug output. Good luck Jens (just another user) a) I've verified that they both exist b) All of the URLs are purely HTTP.