Join our Newsletter — 33% off our NHI Course

What breaks when teams rely on FTP, WebDAV, or a public IP address for NAS remote access?

The main failure is that convenience comes at the cost of security. These approaches make the NAS reachable on the public web, which is risky for business data and usually unacceptable even for personal use. They also create operational friction around permissions, while offering none of the protection of a controlled encrypted pathway.

Why FTP, WebDAV, and Public IP Exposure Break the Security Model

These access methods replace a controlled private pathway with a directly reachable service on the internet. That changes the trust boundary from “authenticated access from a managed route” to “publicly exposed endpoint that must withstand scanning, guessing, and protocol abuse.” The practical break is not just convenience, it is that the NAS now depends on the strength of the exposed service itself.

FTP and WebDAV are especially poor fits for remote file access because they were not designed as modern secure remote-access controls. Even when login is required, they often leave too much exposed, such as weak authentication paths, older protocol assumptions, and permissions that are harder to scope cleanly. A public IP magnifies the problem by making the NAS discoverable and continuously reachable.

In practice, the business failure is that data access becomes tied to a network exposure problem instead of an access-governance problem. Once the NAS is on the public web, the organisation must defend the service, the credentials, the file permissions, and the remote session path at once, which is a much harder security posture than using a controlled encrypted gateway.

Why Permissions and Control Drift Get Worse

Remote access through FTP, WebDAV, or a public IP often creates friction around file permissions because teams try to compensate for an awkward access path by broadening access. That is where the model starts to fail operationally. Users want something that works from anywhere, administrators want something simple to support, and the result is often overexposed folders, shared accounts, or inconsistent permission cleanup.

This is where the security issue turns into a governance issue. If the NAS is reachable directly, every exception becomes easier to keep than to remove, and access reviews become less meaningful because the remote path itself is already too permissive. Teams can end up preserving outdated shares or legacy credentials simply to avoid breaking remote workflows.

In contrast, a controlled encrypted pathway lets the team separate reachability from authorization. That distinction matters because the access decision can then be based on identity, role, and need, instead of on whether the storage box can be found from the open internet.

What a Safer Remote Access Pattern Looks Like

A better pattern is to keep the NAS off the public internet and place remote access behind a controlled encrypted channel, such as a VPN or a secure file access gateway. That gives the organisation one place to enforce authentication, restrict source networks, log access, and limit what the remote user can actually do.

The main design goal is not to make the NAS “reachable everywhere,” but to make access deliberate, bounded, and observable. If users need external access, the remote method should reduce exposure rather than expand it. That usually means encryption in transit, strong authentication, least privilege on shares, and a clear way to revoke access without changing the NAS’s public exposure posture.

For teams that still need a practical reference point for network exposure reduction, NIST SP 800-207 Zero Trust Architecture is a useful model for thinking about verifying access before granting it, rather than trusting the network location. For operational guidance on remote access and exposure reduction, NCSC UK Advice and Guidance is a useful baseline, and NIST SP 800-53 Rev 5 Security and Privacy Controls maps well to access control, authentication, logging, and configuration management expectations.

Risk and Threat Considerations

Exposing NAS access services on the public internet increases the chance of brute force attacks, credential stuffing, protocol exploitation, and unauthorized file access. It also widens the blast radius if a password is weak, reused, or shared across users, because the attacker no longer needs to reach an internal network first.

Failure mechanism: Internet-facing file services are continuously scanned and probed, so weak authentication, outdated software, or permissive shares can be discovered and abused without any internal foothold.

Impact: Confidential business files can be exposed, altered, or deleted, and the organisation may also inherit recovery, downtime, and incident-response cost once the storage device becomes part of the attack surface.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST Zero Trust (SP 800-207), NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST Zero Trust (SP 800-207) N/A — Zero Trust Architecture Public NAS access replaces implicit trust with open network exposure.
Recommendation — Adopt verified-access pathways and avoid trusting network location alone.
NIST SP 800-53 Rev 5 AC-6 — Least Privilege Remote file access often drifts into overbroad permissions and shared access.
IA-5 — Authenticator Management FTP and public exposure increase the importance of credential strength and lifecycle.
AU-2 — Event Logging Public-facing NAS access needs visibility for abuse and incident review.
Recommendation — Restrict NAS shares and accounts to the minimum access needed. Harden credential handling, rotation, and revocation for remote access. Log remote access events and retain them for investigation and review.
CIS Controls v8 CIS-6 — Access Control Management The issue is overexposed remote access paths and weak permission boundaries.
Recommendation — Remove direct public exposure and enforce controlled remote access paths.

Practitioner Guidance

What to prioritise: Treat public exposure of a NAS as the control problem, not just the connectivity problem. If remote access is required, move first to a controlled encrypted access path and then tighten share permissions, rather than trying to harden FTP or WebDAV in place.

What to verify: Confirm that the NAS is not directly reachable from the public internet, that remote users authenticate through a managed gateway, and that file access is logged in a way you can actually review after a suspicious event. If the answer to any of those is no, the access design is still too permissive.

Practitioner takeaway: The safe pattern is to make remote access depend on verified access paths and bounded permissions, not on an internet-visible storage service that must defend itself.