Download a File with wget
Need to setup a scheduled task to download a file? You can use cron, and wget to do this. Your wget command might look something like this:
wget --quiet --output-document=result.html http://www.google.com/
Like this? Follow me ↯
Tweet Follow @pfreitagDownload a File with wget was first published on September 26, 2005.