I am trying to automate a file download, but the filename changes every
time there is an update.
I have attempted to use a wildcard * to make this easier, but I am
getting an error. Below is the situation:
current file name:
http://download.avg.com/filedir/inst/avg_ipw_stf_all_85_339a1525.exe
my download attempt:
C:\wget>wget http://download.avg.com/filedir/inst/avg_ipw_stf_*.exe
--15:55:30-- http://download.avg.com:80/filedir/inst/avg_ipw_stf_%2A.exe
=> `[email protected]'
Connecting to download.avg.com:80... connected!
HTTP request sent, awaiting response... 404 Not Found
15:55:31 ERROR 404: Not Found.
Please let me know if I am doing something incorrectly. If not, would
it be possible to look into this?
Thanks!
- Joel -