Sharing, Links & Measurement

Large File Transfer

Definition

Large file transfer covers any method of moving a file that email will not carry, which in practice means anything above roughly 20 MB. Four approaches dominate: a transfer service that emails a temporary link, a cloud drive that shares a folder, a host that gives the file a permanent web address, and, for very large or repeated moves, SFTP and its relatives. What separates them is not speed but what happens afterwards — whether the file expires, who is allowed to reach it, and whether the address survives. Upload is nearly always the slow half, because domestic and office connections are asymmetric: a 500 Mbps download plan often carries only twenty or thirty Mbps upstream. At 20 Mbps a 2 GB file takes about fifteen minutes to send and seconds to fetch.

Why It Matters

Choosing badly wastes other people's time as well as your own. A 4 GB video sent through a service that expires in seven days is gone in the week the client finally gets round to it, and you upload the whole thing again. Splitting a file into five parts to slip past a mail limit pushes reassembly work onto the recipient and invites a corrupted join. Decide on two questions only — how long the file must stay reachable, and who is allowed to reach it — because between them they pick the tool.

How It Works

The file goes up over HTTPS, usually in chunks so that a dropped connection resumes rather than restarting from zero. The service stores the object, computes a checksum to prove the copy is intact, and hands back an address. The recipient's browser requests that address and the host streams the bytes back, often with a Content-Disposition header set to attachment so the file saves rather than opening in the tab. Range requests let an interrupted download pick up where it stopped, which starts to matter once a transfer runs into minutes. Where the bytes physically sit decides the download speed more than anything else, which is why serving from an edge network beats serving from a single office machine.

Real-World Example

A videographer has a 6 GB wedding film to deliver. Email is out, and a consumer transfer service would delete it long before the couple's parents get round to downloading. She puts it on 99helpers instead, where it sits at hartley-wedding.99helpers.site behind a password, and sends one link. Six months later the couple ask for it again, and the same address still works.

Common Mistakes

  • Uploading over hotel or mobile wifi without checking the upstream speed — a 3 GB file at 5 Mbps is well over an hour, and a dropped session with no resume means starting again
  • Picking a short expiry for a deliverable the client will archive — the file disappears at precisely the moment someone needs it
  • Sending a folder of 400 loose files rather than one archive — the recipient downloads them one at a time and the folder structure is lost on the way

Related Terms

Put a file online in seconds

Drop in a document, an image, a page or a whole static website and share the link — free, with no build step and no server to set up.

Host a file free →