WeTransfer made sending big files civilized. No account for recipients, a link that just works, and a product so pleasant that "I'll WeTransfer it" became the default sentence in every creative industry. For agencies and freelancers moving client work around, it is the path of least resistance.
The Pro plan is $12/month — $144/year, $432 over three years — for what is, mechanically, an upload, a stored file and a download link. Your client's footage, your unreleased designs, your contracts all sit on WeTransfer's storage under WeTransfer's terms in between. Droplink is the same workflow running on your own $5 VPS: $29 once, no meter, and files that never touch a third party.
What WeTransfer does well
WeTransfer earns its ubiquity:
- The smoothest sender-to-recipient flow in the business — no signup, no app, no friction.
- Pro transfers up to 200GB with 1TB of storage, password protection and expiry control.
- Branded portals and wallpapers — agencies genuinely use the presentation layer.
- It is the name clients already know, which has real coordination value.
If your clients expect a WeTransfer link and the branding page is part of your pitch, that polish is worth something.
Where the subscription model hurts
The free tier caps transfers at a couple of gigabytes and Pro is $144/year forever — over three years you have paid $432 to rent a progress bar. There is also a reliability gap that stings at exactly the wrong moment: uploads are not resumable. A connection blip at 94% of a 40GB upload means starting over. For people who send big files for a living, that is not an edge case, it is a Tuesday.
And every transfer is a custody handoff. Your files sit on WeTransfer's servers, subject to their terms of service, retention windows and jurisdiction, until expiry. WeTransfer also drew industry attention in 2025 for terms-of-service language around content and machine learning — it clarified the terms after the backlash, but the episode made the underlying point: files on someone else's storage are governed by someone else's lawyers. Files on your own server are not.
Droplink: the pay-once alternative
Droplink is a $29, one-time purchase. Send big files from your own server. Resumable uploads, expiring links, no subscription. Droplink slices uploads into 5MB chunks with per-chunk retry, streams them straight to disk (a 50GB file never touches RAM), and resumes exactly where a refresh or outage left off — verified byte-for-byte with sha256 in the test suite. Recipients get a clean page with previews, a ZIP-all button and a live expiry countdown. One SQLite file plus a files folder, MIT source.
The source code is MIT-licensed at github.com/bensblueprints/droplink — free to build and run yourself, forever. Buying the packaged version on Whop gets you the signed installer, 1-click setup and updates. Either way, there is no account, no telemetry and no renewal date.
Head to head
| Droplink | WeTransfer | |
|---|---|---|
| Price | $29 once | $12/mo (Pro) |
| Cost over 3 years | $29 | ~$432 |
| Where your data lives | Your machine / your server | Files stored on their servers until expiry |
| Usage limits | None — unlimited use | Free tier ~2–3GB; no resumable uploads |
| Works offline | Yes | No |
| Source code | MIT, on GitHub | Closed |
Who should stay with WeTransfer
Stay with WeTransfer if the recipient experience and brand recognition matter more than the bill — a Droplink page is clean but it is your domain, not a name clients already trust. Stay if you genuinely cannot host anything: Droplink's share links need a public server (a $5 VPS), and that is one thing to set up.
Switch if you send large files regularly and want them under your control: no size limit beyond your disk, chunked resumable uploads that survive a dropped connection, password gates, download limits, expiring links and a download-event log — all for less than three months of Pro.
Making the switch
Step 1 — Buy once on Whop. One-time $29 for the packaged Windows desktop app plus guided VPS deploy, lifetime updates.
Step 2 — Run it anywhere. Desktop app for occasional sends, or docker compose up on a $5 VPS with your own domain when links need to be public.
Step 3 — Upload, set terms, share. Drop the files, set expiry/password/download limit, copy the link or email it via your own SMTP.
Common questions
Is it really free on GitHub?
Yes — the full source is MIT at github.com/bensblueprints/droplink, always. $29 buys the packaged installer, guided deploy and lifetime updates instead of building it yourself.
Do I need a server?
For public share links, yes — a $5 VPS with the included Docker Compose setup does it, with Caddy or nginx in front for TLS. Desktop mode runs the identical app in an Electron window for local use. WeTransfer's zero-setup convenience is real; the trade is you rent it forever.
What happens if an upload drops at 90%?
It resumes. The server tracks exactly which 5MB chunks it already has, so a refresh or dropped connection continues instead of restarting — verified in the test suite with a sha256 byte-identical check, not just eyeballed.
The bottom line
Subscriptions make sense when a service does ongoing work for you — hosting, syncing, multi-region infrastructure, human labor. They make much less sense when the work happens on your own hardware and the monthly bill is just a toll booth. Droplink is our bet that for this job, most people are better served owning the tool: $29 once, pays for itself in 2.4 months versus WeTransfer Pro — and stays free forever after that.
Droplink is part of OneTimeSuite — 56 desktop and self-hosted apps built on the same principle: your hardware does the work, so you should not pay rent on it. Every app is a one-time purchase with MIT-licensed source on GitHub, no accounts and no telemetry. Want everything at once? OneTimeSuite Complete bundles the whole suite for a single flat $997.
Try Droplink — $29, one time
Signed installer on Whop, or build it free from the MIT source. Your call.
Browse the whole pay-once suite or all comparisons.