(This may not be an appropriate question--if there is a better stack site for it, please let me know.)
I belong to an organization that distributes sheet music to its users. Right now, we have to individually download each file, and it's a pain. Files are frequently updated, and every time there's a new version we have to download the new one, delete the old one, blah blah blah.
I've automated the process myself with Python, so when I run my script I have a nice folder with all the current files. I'm looking for a way to share this with others. I initially thought Dropbox, but that just requires users to go to my Dropbox folder and still do it all manually (I know there's an option to download as a .zip, but many of our members are not very technically proficient).
Is there a way to have users sign up and somehow have a folder on their computers download what's in mine? A helpful Google suggestion may be all I need.