simple version of WeTransfer alternative
- Download the source code
$ git clone https://github.com/soundlake/min-transfer.git; cd min-transfer
-
Install the dependency
$ pip install Flask Flask-Assets pyScss
-
Edit
secret.key
file -
Make some directories
$ mkdir build var
- Initialize the database
$ export FLASK_APP=flaskr.py; export FLASK_DEBUG=1; flask initdb
- Run Flask
$ export FLASK_APP=flaskr.py; export FLASK_DEBUG=1; flask run
- Upload file
- Limit the life time of the uploaded file
- Send e-mail directly
- Aesthetical improvement