[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Scheduling FTP / HTTP downloads?



On Fri, 2007-01-26 at 08:35 -0800, Casey T. Deccio wrote:
> Have you tried cURL?  You could schedule it using at:
> 

(forgot the EOF on the first try)

$ at "6:00pm today" <<EOF
curl "http://my.domain/file{1,2,3}"; -O
EOF

Casey




Reply to: