Closed dillfrescott closed 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?
Piping Server is designed to improve security by not storing data on the server. This prevents unlimited recipients.
Okay. I will close this then. Thank you
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:
and the connection wont end after the first download from a receiver, the sender will stay connected and can send to unlimited recipients?