offer

Quickly host files for local transfer.


Keywords
host, network, local, curl, downloader, file-sharing, lan, python, wget, wifi
License
MIT
Install
pip install offer==0.2.1

Documentation

offer

BuildStatus

Quickly offer a file for download on LAN.

Usage

pip install git+https://github.com/musically-ut/offer.git

Then you can use it from the CLI:

offer ~/path/file.ext

It'll try to host the file on port 80 by default and will fall back on port 8000 silently if it is not run with the correct permissions. You can provide a custom port via the --port argument.

Then from another computer/tablet/phone, you can either point the browser at the IP address printed out or use curl.

Note about cURL

Remember to use the -L flag with cURL to follow redirects.