Storage Explorer
Cloud storage integration build like Windows Explorer. Use azure, sharepoint or FTP as your local harddrive in Business Central Online.
Features
- •Windows explorer UXIf you know Windows Explorer then you will know Storage Explorer.
- •Developer friendly use \\share\folder\file.xxx UNC pathsA developer will easly be able to implement the storage explorer as a file handler. E.g. download all files from FTP site. Explorer.GetFiles('\\FTP\inboundfolder\*.xml) if Explorer.FindSet then repeat Explorer.DownloadFile(filecontent); until Explorer.next = 0;
- •Cross service - copy from FTP to AzureDo you want to get a file from FTP and save it in Azure Blob container? No, problem.
- •Azure blob storage, Azure File Service
- •FTPS/SFTPWe will install an azure function as middleware. It only contains a routing from BC to the FTP site. It does not store any data.
- •Sharepoint, OneDrive
Description
Storage Explorer brings online cloud storage into Business Central in a way that feels familiar. Browse, upload and download files directly from within Business Central — navigating your cloud storage just as you would the folders on your own computer.
Supported storage backends include FTP, Azure Files, Azure Blob Service and SharePoint. And because Storage Explorer treats all backends the same way, you can copy files directly from one cloud service to another — for example from Azure Blob Storage to FTP — without downloading locally first.
For developers, Storage Explorer is also a building block. Other apps can integrate with cloud storage through simple UNC-style paths — such as \\Cloud\Documents\ — making it straightforward to add file handling to custom solutions without building storage integration from scratch.
Commercial & setup
Videos
No videos added yet.