Skicka allows you to send stuff between machines - simply run:

    cat your-file.txt | curl -sT - skicka.pwy.io:99
    # or
    cat your-file.txt | curl -sT - 'skicka.pwy.io:99?name=your-file.txt'

... note down the link and use curl, wget, Firefox etc. on the target machine:

    curl http://skicka.pwy.io:99/foo-bar > your-file.txt
    wget http://skicka.pwy.io:99/foo-bar

~ https://github.com/Patryk27/skicka