[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Bug-wget] multiple file downloads to different folder locations
From: |
Tony Lewis |
Subject: |
RE: [Bug-wget] multiple file downloads to different folder locations |
Date: |
Tue, 6 Oct 2009 10:16:33 -0700 |
Wayne Glover wrote:
> can i modify wgetrc.txt to vary the save
> locations based on the url?
The scenario you described is essentially two independent wget sessions.
(Session one's output to directory A and session two's output to directory
B.) The only way to accomplish your goal is to wrap wget in a shell script
that invokes wget multiple times.
> 2) can I use etags as a basis for determining if a file should be
> downloaded. now i use date and size.
wget does not have an option to filter based on the date/size of an
individual file. See the "Recursive accept/reject" section of 'wget --help'
for the types of filtering that are available.
Tony