TeeJay wrote:

Help for a newbie please.

I have created my wgetrc file. It contains the following variables:

input = C:\WGET\source.txt
user = xxxxxxxx (crossed out for security)
password = yyyyyyyy (crossed out for security)
check_certificate = off
recursive = on
reclevel = 2
no_parent = off
dirstruct = off
html_extension = off
accept = "*06*BATCH*VAT.CGL"
reject = "*.CGL","*.CHK"
quiet = on
server_response = on
logfile = C:\WGET\Wgetlog.log

When I run in debug mode (wget -d), my log file shows the directory listing of all files from the site specified.

Yet after "deciding whether to enqueue" those specified by the "accept" command variable, "Decided NOT to load it" is always the result.

Have I done something wrong with the wgetrc file or it's variables?

you are using wildcard to specify which files to accept or reject, and wget does not support them.

--
Aequam memento rebus in arduis servare mentem...

Mauro Tortonesi                          http://www.tortonesi.com

University of Ferrara - Dept. of Eng.    http://www.ing.unife.it
GNU Wget - HTTP/FTP file retrieval tool  http://www.gnu.org/software/wget
Deep Space 6 - IPv6 for Linux            http://www.deepspace6.net
Ferrara Linux User Group                 http://www.ferrara.linux.it

Reply via email to