-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [email protected] wrote: > Hi, > > There appears to be a bug in the way options are processed > in that it will not work in one order, but not another order. > This was in the windows package of 1.11.4 obtained from Christopher's > site. > > The gnuwin32.sourceforge binary dependencies package is not packaged > properly in that an ordinal is missing in the libeay32.dll. > > Now, pay attention to the -l2 stanza below: > > this does not work, when -l2 is the 7th parameter: > > wget.exe -N -S -c -r -p -e -l2 --limit-rate=1m -Q3m robots=off > -A.html,.htm,.php -Dexample.com -o d:log\1004.wget http://example.com/
The issue here isn't where the -l2 is, but the fact that -e expects a parameter. You're giving it the string "-l2" (a nonsensical value) for the parameter. Perhaps you had meant -E instead? - -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer. Maintainer of GNU Wget and GNU Teseq http://micah.cowan.name/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkp0P+oACgkQ7M8hyUobTrFHKACeJ+havhUms8LBx/EcFkqeciCs 4c8An0gBCJeLqZOz073xk8PwfPpOz88N =Llts -----END PGP SIGNATURE-----
