https://github.com/cafehaine/tinyserv
A small python HTTP server to transfer files between computers
https://github.com/cafehaine/tinyserv
http python3 qr qrcode server terminal transfer
Last synced: about 2 months ago
JSON representation
A small python HTTP server to transfer files between computers
- Host: GitHub
- URL: https://github.com/cafehaine/tinyserv
- Owner: cafehaine
- License: gpl-3.0
- Created: 2020-12-17T17:12:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T12:08:54.000Z (over 5 years ago)
- Last Synced: 2025-06-03T10:02:31.499Z (about 1 year ago)
- Topics: http, python3, qr, qrcode, server, terminal, transfer
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# tinyserv
tinyserv is a relatively simple HTTP server written in python to transfer files
to and from computers on a local network.
The feature roadmap is the following:
- [x] Sortable columns
- [x] Optional `index.html`/`index.htm` serving
- [x] Hidden file listing
- [ ] File upload
- [x] Directory/multiple file downloads
- [x] QR code for connecting (plus reminder of IP in text form)
- [ ] Download resume
It's in no way secure (HTTP only at the moment, probably a lot of ways to break
things), as it shouldn't be run "for a long duration".
tinyserv is licensed under the GPLv3 license.