Re: Daily download query



Hullo, -G-:

Hugh Newbury wrote:

I need to download automatically a file from the internet at the same
time every day. What is the simplest way to do this?


What about a cron job calling wget?

man cron
man wget

Terrific! wget works like a dream. And cron doesn't look too bad.

V many thanks.

Hugh

--

Hugh Newbury

Running Linux Suse 10.1 in deepest Dorset
.



Relevant Pages

  • Re: WGET Problem
    ... > Can I just use WGET not cron schedule a download task every hour for ... # end of hourly wget script. ... I would use cron though... ...
    (comp.unix.admin)
  • Re: Wget hangs: process never terminates
    ... I use wget in a a shell script to do some offsite backup stuff, ... file and the cron job NEVER terminates. ... ANOTHER cron job run that finds the hung wget job, terminates it, then ...
    (comp.os.linux.networking)
  • Wget hangs: process never terminates
    ... I use wget in a a shell script to do some offsite backup stuff, ... downloaded file and the cron job NEVER terminates. ... terminates it, then re-runs wget with the -c option... ...
    (comp.os.linux.networking)
  • Wget hangs: process never terminates
    ... I use wget in a a shell script to do some offsite backup stuff, ... downloaded file and the cron job NEVER terminates. ... terminates it, then re-runs wget with the -c option... ...
    (comp.os.linux.misc)
  • Re: Daily download query
    ... What is the simplest way to do this? ... man cron ... Also check out curl instead of wget. ...
    (alt.os.linux.suse)