nwtgck / piping-server

Infinitely transfer between every device over pure HTTP with pipes or browsers
MIT License
3.03k stars 157 forks source link

Question #1010

Closed dillfrescott closed 1 month ago

dillfrescott commented 1 month ago

I dont know how to word it exactly, but can i host a file for any amount of users to download? Like for example do:

 cat file.tgz | curl -T - https://example.com/secret

and the connection wont end after the first download from a receiver, the sender will stay connected and can send to unlimited recipients?

nwtgck commented 1 month ago

Piping Server is designed to improve security by not storing data on the server. This prevents unlimited recipients.

dillfrescott commented 1 month ago

Okay. I will close this then. Thank you