relay.

HTTP file relay

Move files between ephemeral environments over plain HTTP. Sign in, create a channel, then send or receive.

Connection

Create channel

hold file until pulled

Buffered channels store the file until someone fetches it — best for this UI. Un-buffered channels stream directly and need a receiver connected first.

Send a file

Receive a file

Downloads the next queued file, or reports that nothing is waiting.

Activity

Prefer the terminal? Download the CLIcurl -fsSL https://relay.samyx.net/relay.sh -o relay && chmod +x relay