Having a flask app running on remote server, and have files generated that I'd like users to download a file via a browser link (perhaps using ftp prefix?)
Here is a link of a file I put into a browser:
ftp://linuxserver:8991/flask_project/cleaned_files/generated_file.xlsx
# or
http://linuxserver:8991/flask_project/cleaned_files/generated_file.xlsx
# not found
The directory called 'flask_project' is where app.py is located. Any tips on how to access files to be transferred easily through link?