I am having a problem with wget 1.5.3 and 1.6 using the entire accept list
on Solaris 7 and 8. Only the last element in the list is used. In this example:

wget -P/tmp/wget -nH -m -L -l2 --cut-dirs=1 -A "107587*,107794*"
"http://sunsolve.sun.com/autopatch"

only the files that match 107794* will be downloaded. If I reverse the order:

wget -P/tmp/wget -nH -m -L -l2 --cut-dirs=1 -A "107794*,107587*"
"http://sunsolve.sun.com/autopatch"

only the files that match 107587* will be downloaded. This hold true for
arbitrarilary
long lists (up to 83 elements.)  This exact command works fine for wget 1.6 on
HP-UX 11.00.

The wgetrc file is the default file and my .wgetrc only contains the proxy's
name, username
and passwd and my sunsolve username and password.

????
Ron Major



Reply via email to