On a server, I have some files that are generated hourly. Users in the UK will need access to these files. The problem is that I do not want to give them SSH or VPN access. Instead, I am trying to create a web application that will accomplish this task. So, I have decided to use flask.
So, which modules should I use that can accomplish this task. My requirement is to fetch the information from the server through ssh, and then allow user to download that information from the flask application.