I'm trying to download some subfolders containing widgets with wget and I just download an index.html, I leave what I am doing, explanation:
download server link
Inside updates there are 2 folders and a file that the names change daily and inside the folders there are several files and I need to download all that content and assure it in the update folder.
>This is what I've done
wget -e use_proxy = yes -e http_proxy = proxy.es -l3 -np link -P / var / www / html / security / update /
And how can I download several files that have the same date but not the time example 201810121030.zip and 201810121200.zip the most updated that would be 201810121200.zip