HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: Help With A Filter
Author: Xavier Roche
Date: 02/07/2004 09:11
 
> I want to 
> download all compressed and exe files that are over 10kb 
> and under 100kb.
> *.zip*[>10]*.zip*[<100]*.exe*[>10]*.exe*[<100]*.rar*[>10]
> *.rar*[<100]

The correct syntax is: (actually you want all files > 10K 
and exclude files >100K)

+*.zip*[>10] -*.zip*[>100]
+*.exe*[>10] -*.exe*[>100]
+*.rar*[>10] -*.rar*[>100]
 
Reply Create subthread


All articles

Subject Author Date
Help With A Filter

02/05/2004 14:31
Re: Help With A Filter

02/07/2004 09:11




5

Created with FORUM 2.0.11