WIP file drop server, no downloads yet
This commit is contained in:
commit
20da86132b
12 changed files with 3294 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# transbeam
|
||||
|
||||
A low-frills low-latency file drop server
|
||||
|
||||
## installation
|
||||
|
||||
## todo
|
||||
|
||||
- [ ] file uploading
|
||||
- [ ] real-time file downloading
|
||||
- [ ] upload progress bar
|
||||
- [ ] uploader auth
|
||||
- [ ] downloader auth
|
||||
- [ ] sanitize filenames
|
||||
- [ ] make sure upload errors are passed along to downloaders in a halfway reasonable way
|
||||
- [ ] delete uploads after a while
|
Loading…
Add table
Add a link
Reference in a new issue