Hopefully this isn't too dumb of a question, but I can't seem to find anything in the cPanel that allows me to view the number of times a file has been downloaded. Is there a way to do this? Thanks!
if AWStats were working, I think there might be something in there to show this. If not, you could run a light server side script of your own to do this.
Yep, You could set up a server side php script that increments a counter in an sql database every time a file is served (by the script). You'd have a download link like www.mysite.com/download.php?fileid=3