Jake Schleich wrote:
> 
> Does wget support a switch to control which interface you download through?
> ie: I have stats servers set up to download files at predetermined
> intervals, but I want to tell wget to download through interface hme0 then
> hme1, etc. etc.
> 
> Is that possible?

Can't you use the --bind-address option ?

$ wget --help
GNU Wget 1.6.1-dev, a non-interactive network retriever.
Usage: wget [OPTION]... [URL]...
[...]
Download:
       --bind-address=ADDRESS   bind to ADDRESS (hostname or IP) on
local host.
  -t,  --tries=NUMBER           set number of retries to NUMBER (0
unlimits).
  -O   --output-document=FILE   write documents to FILE.
  -nc, --no-clobber             don't clobber existing files or use .#
suffixes.
[...]

-- 
Med venlig hilsen / Kind regards

Hack Kampbjørn               [EMAIL PROTECTED]
HackLine                     +45 2031 7799

Reply via email to