"Bretton Ford" <[EMAIL PROTECTED]> writes:

> wget --http-user=username --http-passwd=password -P=c:\temp -nd

Note that `-P=c:\temp' is wrong, `=' is allowed only with long
options.  You can use `-P c:\temp' or even `-Pc:\temp'.

> http://www.sophos.com/downloads/ide/*.zip

You cannot use globbing with HTTP URLs.

Try this:

    wget --http-user=username --http-passwd=password -P c:\temp\ides.zip 
http://www.sophos.com/downloads/ide/ides.zip

If that doesn't work, there is a different (non-usage-related) problem
and you might want to send us the `-d' output (with authorization info
edited out) so we can debug it.

BTW what version of Wget are you using?

Reply via email to