root-gg / plik

Plik is a temporary file upload system (Wetransfer like) in Go.
https://plik.root.gg
Other
1.42k stars 167 forks source link

[FEATURE REQUEST] Sharing existing local files #520

Open Glideh opened 4 days ago

Glideh commented 4 days ago

I guess this is not exactly the aim of this tool (which is great BTW), but I'd really need to be able to share existing files from the host filesystem.

So additionally to the main upload feature we would have the ability to browse the host filesystem and select a file or a directory to share. The files would then be shared right away without even been copied or encrypted.

I find a lot tools allowing the creation of temporary HTTP links on uploaded files but not a single one for local files, though I often need to share things from my place that would obviously be overkill to be uploaded on the same place...

Am I missing something ? What do you think ?