On Mon, Dec 17, 2001 at 03:20:25PM -0800, Nate Baxley wrote:
>I'm trying to run wget on a dynamic site that has
>parameters in the urls like this:
>other_images.php?month_id=11&year_id=2001.  
>These links seem to be completly ignored when I run
>recursivly.  Is there a parameter I'm missing, or is
>this just something it can't handle?

You're not quoting the URL on the command line. The shell is tokenizing it.

Put the URL in quotes (single quotes always work, double quotes can still
run afoul of some special characters like $).

-- 
Alan Eldridge
Just another $THING hacker.

Reply via email to