Quickload is a fast NodeJS app intended for the sharing of files between different computers in a fast manner. This way you can stop sending emails to yourself :).
git clone https://github.com/J-P-S-O/quickload --branch v1.0.1
cd quickload
npm i
node run.js
Check some lines of run.js
.
After this, access https://localhost:80 (You can use ngrok to generate public URLs).
- Click "Upload File" and select a file
- Save (or remember) the code alerted in the browser window
- Download the file on another machine by inserting the code in the text box and clicking "Download"