Share Files
Webrelay provides a secure, temporary way to share files with anyone. It is particularly useful for sharing large files without needing to upload the file to a third party service. Webrelay uses a Https tunnel to send your file directly from your local machine to the recipient's machine. The file is never stored on any server.
Example
Sending a file is as simple as running the following command
webrelay send <file>
You can add authentication to your file by appending the --auth
flag
webrelay send <file> --auth
Your file will be available at the URL provided by Webrelay. You can share this URL with anyone.