[PLUG] Download All Specified Files From Website

Bill Barry bill at billbarry.org
Fri May 25 01:54:00 UTC 2012


On Thu, May 24, 2012 at 6:35 PM, Rich Shepard <rshepard at appl-ecosys.com>wrote:

>   The Web site with the 32-bit compatibility libraries for Slackware64 has
> several directories each containing numerous files with different
> extensions. I want to recursively download all those with the extension of
> t?z.
>
>   ncftpget won't accept an http:// URL and wget -r gets all files in every
> subdirectory, including those I don't need, but won't accept wildcards
> (e.g., *.txz)
>
>   Is there another tool (or option for the above) that will do the job?
>
>
wget has an accept option
 --accept acclist

Bill



More information about the PLUG mailing list