A simple file server implemented with Flask, supporting file upload, download, and listing. The codes are first generated by ChatGPT and then improved by the author with the help of Claude 3.5 Sonnet in Cursor app.
python run_flask_file_server.sh
or
python flask_file_server/server.py --root $(pwd) --port 8080