ShareFiles is a lightweight place to upload files and share a single link—no accounts, almost no limits.
A designer drops a 1.5GB bundle of Figma exports and fonts, sets a 14-day expiry, and shares the link with the engineering squad. The private delete link lets them pull the files the moment the handoff is done.
A freelancer uploads finalized invoices and project files, protects the download with a password, and sends the share link to the client—no account creation needed, but access stays gated.
When working on a headless server, the CLI script (`./cli-upload.sh --dir /var/logs/latest`) bundles logs, uploads them, and returns a share link plus QR code for quick mobile viewing.
A photographer uploads a batch of event photos as one bundle, sets a 7-day expiry, and sends the share link to attendees. Guests can download immediately without signing up.
A support agent requests diagnostics; the user uploads logs via the web form, shares the link, and the agent uses the private delete link to purge the files after triage.
Upload straight from terminals or remote servers.
curl -O https://arkan.77v.net/cli-upload.shchmod +x cli-upload.shFILESHARE_URL=https://arkan.77v.net ./cli-upload.sh myfile.zip./cli-upload.sh --dir /path/to/folder./cli-upload.sh --expiry 7d myfile.zip./cli-upload.sh --json