Stop polling. Start subscribing. If you are still connecting to any ftp.*.gov.uk domain for digital product updates or ENP publications, contact the relevant UKHOG (UK Government Hosting) service owner immediately. Most legacy FTP services were officially deprecated in 2024 and will be switched off entirely by Q3 2026.
Are you migrating away from legacy FTP? Have questions about the new ENP publication API? Drop a note in the comments below.
Tags: UKGov DigitalProduct ENP FTP Migration GovTech APIFirst PublicSector
The string "ftp ukhogovuk digital product updates enp publications" refers to the legacy method of accessing and updating ADMIRALTY e-Nautical Publications (AENPs) through the UK Hydrographic Office (UKHO) FTP server. The Shift to the File Share Service
While many mariners still search for the original FTP path, the UKHO FTP site has been retired ftp ukhogovuk digital product updates enp publications
. All critical navigational data, including e-NP updates and editions, has migrated to the more secure and modern ADMIRALTY File Share Service (FSS) What are e-NP Publications?
e-Nautical Publications (e-NPs) are the digital equivalent of official paper books required for safe maritime navigation. Product Range : There are approximately 90 official publications
available digitally, including Sailing Directions (Pilots), the Nautical Almanac Mariner’s Handbook Compliance : They meet SOLAS carriage requirements
and are approved by Flag States representing over 80% of the world’s trading fleet. Efficiency Stop polling
: Updates that used to take hours of manual paper correction can now be applied in seconds via digital update files. How to Access Digital Product Updates
If you are still looking for the "Digital Product Updates" folder structure, you can find the equivalent files using these steps: Register/Login : New users must create an account on the ADMIRALTY File Share Service Search for Files
: Instead of navigating a static folder tree, you can search for specific e-NP editions (e.g., "e-NP66A") or weekly update zip files (e.g., "UCFC202415.zip"). Download and Load : Once downloaded, these files are loaded into the ADMIRALTY e-NP Reader (v1.3 or v1.4) or the AENP Integrated Viewer
to ensure your bridge's charts and publications are current. For those unable to use automatic internet updates, the ADMIRALTY Digital Product Updates Users searching for this phrase typically need to:
| Problem | Non-Compliant Approach | Compliant Solution |
| :--- | :--- | :--- |
| Passwords in scripts | Hardcoding FTP password in .bashrc | Use a secrets manager (HashiCorp Vault or AWS Secrets Manager) with IAM roles. |
| Passive mode ports | Leaving firewall wide open | Restrict to specific passive port range (e.g., 50000-50100) as defined by ftp.ukhogovuk documentation. |
| Data integrity | Assuming file names are unique | Always download .md5 or .sha256 companion files; verify checksums before processing. |
| Logging | Logging full FTP transcripts | Redact credentials; log only file names and transfer sizes. |
Despite being developed in 1971, FTP remains a backbone for bulk data transfer. Many UK government departments still operate public-facing FTP servers for distributing non-sensitive, large-volume datasets, historical records, and machine-readable policy files.
If your infrastructure depends on this FTP source, plan to:
Users searching for this phrase typically need to: