Posts: 3,176
Name: Thierry
Location: I'm the uber Spaminator !
|
Why did you gave the -i parameter ???
This option specify that you give wget a list of files to be fetched from a file.
Quote:
-i file
--input-file=file
Read URLs from file. If - is specified as file, URLs are read from the standard input. (Use ./-
to read from a file literally named -.)
If this function is used, no URLs need be present on the command line. If there are URLs both on
the command line and in an input file, those on the command lines will be the first ones to be
retrieved. The file need not be an HTML document (but no harm if it is)---it is enough if the
URLs are just listed sequentially.
However, if you specify --force-html, the document will be regarded as html. In that case you
may have problems with relative links, which you can solve either by adding "<base href="url">"
to the documents or by specifying --base=url on the command line.
|
Of course, "--limit-rate=50k" being a invalid file name, it gives you an error message:
Quote:
|
No URLs found in --limit-rate=50k.
|
Forget the -i, and just give the root folder with -r.
wget will work his way alone from there.
__________________
Only a biker knows why a dog sticks his head out the window.
Last edited by tripy; 11-06-2009 at 09:01 PM..
|