Direct download link

Permalink
It would be nice if we could download via wget onto a server. Does anyone know if there is a direct link to a tar.gz file?

 
exchangecore replied on at Permalink Reply
exchangecore
Why not just use whatever the download link is that is posted?
wget http://www.concrete5.org/download_file/-/view/66159/8497/ -O c5.zip
klm1 replied on at Permalink Reply
This will sort out the filename automatically for you:

wget --content-disposition http://www.concrete5.org/download_file/-/view/90125/


Note you'd want to get the actual download link from the page as that is likely to change.