Hi everyone. I'm trying to start a website that will host a large number of files to be downloaded. I need a download manager of some sort that will allow me to post links automatically in some sort of alphabetical order, linked to the files to directly download.
Creating html pages with links to all these files is tedious especially when I have hundreds or thousands of files. I would like to automate the process somehow.
A perl or php script would be great, but anything would help.
Thanks.