Client side CLI utility for Python http.server.
Browse and share files using mirador and Python's http.server
.
mirador is a CLI application which parses the response from Python's http.server
and allows to browse and download files using familiar commands.
Start Python's http.server
in the sender's device
python3 -m http.server
Run mirador
mirador
- Set url of the sender using
url
command
url http://127.0.0.1:8000
- Download file
get filepath
- Check download tasks to view ID, status and download percentage.
show
- Cancel a task
cancel <ID>