On Wed, Jun 11, 2003 at 09:25:17PM +0200, [EMAIL PROTECTED] wrote: > mirror -i Live > > only downloads directories. how to includes files within those directories?
Here it downloads everything, including files in the subdirectories. > and is this possible: > > mirror -i *Live* -i *LIVE* -i *FTD -i *DSP -i *CMS -i *BPM_HOUSE -i *LTH -i *APC -i > *iDC -i *WHOA -i *CMC -i *ADR -i *SAT* -i *Cable* -i *Norway* -i *Bergen* -i *Oslo* > -i *Malaysia* -i *Kuala_Lumpur* -i *Thailand* -i *Japan* -i *China* -i *Iceland* -i > *Holland* -i *Germany* -i *Sweden* -i *Denmark* -i *-NO-* -i *-MY-* -i *-TH-* -i > *-JP-* -i *-CN-* -i *-IS-* -i *-NL-* -i *-DE-* -i *-SE-* -i *-DK-* Yes, but remember that -i expects a regular expression, so put .* for any number of any characters, e.g. "L[Ii][Vv][Ee].*DSP". There is another option -I (and -X) which works with glob patterns, but it treats / specially so it won't suit your need to download whole subtree. -- Alexander.
