[ad_1]
I have a large file directory that I need users to be able to download from. Basically, I’d like to be able to copy and paste (or FTP) tens or hundreds of files to the site and replace/overwrite existing files, delete files, etc. Then, on the user side, they get a simple link to click on to download the file (based off of the file name). Really, nothing more complicated than the FTP download sites of old – but matching the theme etc of the rest of my site.
[ad_2]
Is there a question to this post? I am guessing you want to know how you should build this, but not sure 🤔
Have you looked at these:
https://wordpress.org/plugins/search/file+manager/
why not just write a simple file listing function for a specific folder, and password protect it? Easy enough without a plugin to do this.