a simple file uploader and downloader service in python flask
install flask, and then:
git clone https://github.com/ihopeit/simple-file-service.git cd simple-file-service mkdir files python server.py visit http://localhost:5001 to upload files, you can visit uploaded files on the same page.