Piping Server
Transfer data between any devices over HTTP/HTTPS. Just specify the same URL path on sender and receiver — data flows directly through the server. No accounts, no apps, no setup.
What You Can Do After Deployment
- Open your domain — Piping Server is ready immediately, no configuration needed
- Send data with curl —
curl -T myfile.txt https://your-domain/mypath
- Receive data with curl —
curl https://your-domain/mypath > received.txt
- Use the web UI — open the domain in a browser for a simple upload/download interface
- Stream data — pipe command output directly between machines in real-time
Key Features
- Transfer data between any devices via HTTP
- Works with curl, wget, browsers, or any HTTP client
- No registration or login required
- No client installation needed
- Real-time streaming support
- Text and binary file transfer
- Web UI for browser-based transfers
- Stateless — no data stored on server
- Lightweight and fast
License
MIT — GitHub