dutchcoders / transfer.sh

Easy and fast file sharing from the command-line.
https://github.com/dutchcoders/transfer.sh
MIT License
15.09k stars 1.54k forks source link

async upload, download and share #539

Closed gedw99 closed 1 year ago

gedw99 commented 1 year ago

https://github.com/mprimi/nasefa

can do 50 GB on flakey connections. has security

It would be pretty easy to add to the existing CLI...

gedw99 commented 1 year ago

You can embed the nats server in the transfer.sh server. Nats supports it fully.

you get a control plane and a data plane

aspacca commented 1 year ago

hello @gedw99

not sure about providing a nats server listener in transfer.sh: unless I've missed something there's no way to keep the same API for it

it would be a totally different application, and nasefa is already doing that :)

stefanbenten commented 1 year ago

transfer.sh has a file size limit of 10G currently. For these file sizes it should not be necessary anyway. For selfhosted variants, i suggest to implement yourself and continue running it as a fork alongside. As @aspacca Already said, the usecase and application type differ drastically.