Hi,

I want to use wildcards because I need to download
jpg-files that are named in a different formart such
as "[year][month][day].[number].jpg".

I could use this normal command:

[begin command]
wget http://www.website.com/20030510.0500.jpg -r -l1
--no-parent -w 1
[end]


But this did not work:

[begin command]
wget http://www.website.com/20030[1-12]10.0500.jpg -r
-l1 --no-parent -w 1
[end]

or

[begin command]
wget http://www.website.com/ -A 20030[1-12]10.0500.jpg
-r -l1 --no-parent -w 1
[end]


I think the "-A" and "--acclist" flag is usefull for
FTP downloads and not for HTTP I think. I am looking
forward to hearing some suggestions.


Thank you.

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Reply via email to