Every transfer carries an expiry — 7 days by default. Past it the link returns 410 Gone and the files leave storage.
Send it once. Expires on your terms.
XTRANSFER moves large files straight into your own Dropbox storage and hands the recipient a single link — password protected, download capped, and dead the moment you say so.
Four settings, and the link is yours
Hashed with PBKDF2 and a unique salt. Send the link and the password down separate channels.
Set a ceiling on how many times a transfer can be pulled. The counter is authoritative, not advisory.
Binaries go straight to your Dropbox account through the API. XTND never holds a second copy.
Drop a file into /XTND_Transfers/inbox/ and a password-protected transfer creates itself.
Cloudflare Workers and D1 mean metadata reads happen close to the recipient, not in one region.
Four steps, no client software
XTRANSFER is an API and a thin interface over it. Nothing to install, nothing to keep updated.
- 01Add files
Drag them in, or drop them into the watched Dropbox inbox and skip the app entirely.
- 02Set the terms
Title, password, expiry, download cap. Defaults are sensible; every one is overridable.
- 03Send the link
One URL. The recipient needs no account, no client, and no Dropbox of their own.
- 04Watch it close
Track downloads against the cap, or delete the transfer and take the files out of storage.
Boring, checkable guarantees
No proprietary crypto and no vague assurances. Here is the whole stack, in the same words the engineers use.
Read the architectureStop sending files you cannot take back
XTND Transfer sets up on your own Dropbox and Cloudflare accounts. Nothing moves through infrastructure you do not own.