I´m sorry if this is not the right place to ask this... I´m trying to create some kind of server where I wan't to store all the software that is used in my school organized by the different classrooms so that when I´m preparing a new computer I can find the correct group of software to copy. The problem is that multiple applications exist in different classes so I have to create multiple copies of the same software in each class folder, using more and more space.
First I thought in creating a website using PHP, Javascript because it´s easy to store all the files in one place and create different pages to each class where I could download the software but I have little experience in Web development so I still have to work on that.
The other solution was with a FTP server but I don´t know if it´s possible to create some kind of virtual folders where I could see only the files of each class but when I downloaded the files the real storage place was one single folder.
The idea is having a easy way of constantly updating the software without having to change every single class folder.