transfer.sh is a self-hosted file sharing service. Upload files from the command line with a single curl command, or use the built-in web interface. Supports max upload size limits, download count limits, and automatic expiration.
Self-hosted file sharing from the command line. Upload any file with a single curl command and get a shareable download link.
curl --upload-file ./myfile.txt https://your-domain/myfile.txtMIT — GitHub