On Fri, 2007-01-26 at 14:49 +0100, Mark wrote:
> I was hoping that there are programs/webinterfaces out there that
> can take this load off of our shoulders and download things during
> the night?
>
Have you tried cURL? You could schedule it using at:
$ at "6:00pm today" <<EOF
curl "http://my.domain/file{1,2,3}" -O
Casey