I have an apache webserver that offers datasets for download. The datasets consist of an entire directory structure which is made available through Options +Indexes
.
Is there a simple way to offer the entire folder for download, maybe as an archive?
- I don't want to pack the directory in an archive to avoid duplicate storage.
- There are hacky ways for the user to download entire directories using wget [1] or download managers but this should be accessible to the average user.
[1] https://www.linux.com/training-tutorials/wget-and-downloading-entire-remote-directory/