Sending regulated data means moving files where the question "who has this file, when did they get it, and can you prove it" has to have an answer that holds up to an examiner. Regulated data is anything a law or contract says you must protect: patient health records under HIPAA, cardholder numbers under PCI, personal data under GDPR, defense-related technical data under ITAR. A lot of everyday work is exactly this kind of delivery — health records moving between a hospital and a clearinghouse, settlement files between a bank and an ACH processor, claims data between an insurer and a provider, evidence handoffs between a law firm and outside counsel.
The methods most teams reach for first — email, a shared FTP server, somebody's Dropbox link — give you no real answer to that question. The file moved, but the record of who touched it is thin, the access controls are coarse, the file sticks around for as long as the recipient feels like keeping it, and whether it was encrypted depends on every endpoint behaving. When an auditor asks you to prove the chain of custody, "I sent an email" is not proof.
This post explains what secure file delivery actually requires, and how to build a workflow that survives an audit instead of scrambling through one.
What "Secure Delivery" Has to Cover
Secure file delivery is not one feature. It is a short list of things that all have to be true at once, and a single weak link breaks the whole chain.
- Encryption in transit. The file is scrambled while it crosses the network, so anyone who intercepts it sees nothing useful. The secure protocols — SFTP (SSH File Transfer Protocol), FTPS (FTP wrapped in TLS), and HTTPS — do this by default. Plain FTP and plain email do not.
- Access control that names people. Each person gets only the files and the actions they need: view, download, or upload, and nothing else. When an employee leaves, their access disappears with their account, instead of living on in a shared password somebody forgot to rotate.
- An audit trail. Every login, upload, download, and deletion gets written to a permanent log. That audit log is the difference between answering an examiner's question in a minute and reconstructing a year of activity by hand.
- Retention and residency rules. Retention decides how long a file is kept before it's deleted; residency decides which country it physically lives in. Both are often legal requirements, not preferences — GDPR cares where European data sits, and many contracts dictate how long records must be retained.
- A receiver who doesn't have to install anything. Your partner, client, or auditor needs to receive the file from a browser or their existing client, without standing up new software. The most secure workflow in the world fails if the other side can't use it.
Miss one of these and the delivery isn't really secure — it just looks secure until something goes wrong.
How to Send Regulated Files Safely
The mechanics come down to a handful of practices that turn a fragile, ad-hoc transfer into one you can defend.
- Give each partner their own folder with named permissions. Set up a dedicated folder per partner or workflow, and grant access by role rather than by sharing one login. A lab gets upload rights to its own intake folder and nothing else.
- Automate the recurring transfers. A nightly report or a daily claims file should not depend on someone remembering to send it. A scheduled, automated workflow runs the transfer the same way every time and flags the failures — which also removes the human mistake that causes most breaches.
- Send external files as expiring, password-protected links. Instead of attaching a sensitive file to an email, share a link that expires on a date you choose, requires a password, and can be locked to a specific IP range. The recipient downloads it in a browser; no account needed.
- Turn on logging for everything, then leave it on. You want the full record before you need it, not after. An auditor's first request is almost always the access log.
- Require multi-factor authentication. A stolen password alone shouldn't open the door. MFA — a second factor like a phone prompt or a hardware key — stops the most common account takeover cold.
- Keep versions of critical documents. When a file changes, keep the prior version. Version history both protects you from a bad overwrite and gives you the "what did this document say on that date" answer compliance teams ask for.
Do these consistently and secure delivery stops being a special project. It becomes the normal way files move.
Where Traditional Methods Break
It helps to see exactly why the everyday tools fail a regulated workflow, because the gaps are specific.
- Email has no real access control after you hit send, no expiration, and no record of what the recipient did with the attachment. Forwarding is invisible to you.
- A shared FTP server sends credentials and files in plain text unless someone explicitly configured the secure variant, and a bare server keeps no centralized log an auditor would accept.
- Consumer file-sharing links (a personal cloud-drive link, for instance) usually can't enforce IP restrictions, named permissions, or retention, and the file often persists in the recipient's account long after the work is done.
None of these tools are bad at their actual jobs. They were just never built to answer "prove who had this file and when," which is the only question that matters when the data is regulated.
Sending Regulated Data on a Modern Platform
Most teams that outgrow email, a shared FTP box, and a pile of one-off scripts move to a single platform that does the whole job — and that's the shape Files.com is built for. Files.com is the cloud-native File Orchestration Platform: one platform that replaces the stack of legacy tools IT teams run to move files — SFTP and FTP servers, MFT (managed file transfer) suites, file-sharing apps, and the custom scripts holding them together. It speaks every protocol, connects to 50+ cloud and on-prem systems, automates every transfer, and keeps a complete audit trail of who touched what.
For regulated delivery specifically, that means the five requirements above come built in rather than bolted on. Transfers run over encrypted protocols (SFTP, FTPS, HTTPS, and AS2 for EDI partners); role-based access and per-action audit logging give you the named-permission and chain-of-custody answers an examiner expects; retention and data-residency controls let you keep files only as long as you must and pin them to one of eight global regions; and a partner can receive a file through a secure expiring share link without creating an account or installing anything. Files.com maintains SOC 2 Type II, supports HIPAA, GDPR, PCI, and ITAR workflows, runs at 99.9% uptime, and has gone 15+ years without a breach. When a file arrives, it can trigger an automated workflow on its own — routing, notifying, and recording the whole path so the next delivery is identical to the last. You can read more on the Files.com compliance posture if you need the certification details for a vendor review.
To see it work, set up a secure, automated delivery on Files.com's secure file sharing or start a free trial — no credit card, live in minutes.
Keep reading: