| > I'm trying to download all .zip files from a website
> and it's sub-domains. For example the files are
> located like this: www.website.com/a/a/filename.zip.
> Now there are multiple folders ranging from a-z for
> both the "a"s and I want to get all the zips from
> all of them.
You don't give us the starting url, your setting, what you tried or what the
log says, so we can't be very helpful.
You can't download the zips unless you have a list of them. If you don't, you
can not download ONLY zips. You must mirror the html to get the urls: -*
+mime:text/html +*.zip
| |