[FEATURE] Remote FIlesystem Access
KAST's main objective is to support being used directly on the server or being a remote app (through a web browser) so users can run it on VPS with no RDP/TeamViewer feature So a Web App, that's why I used Blazor
FASTER was able to select where to download Arma Servers and where to store Mods However, this is not that easy with a web app.
So either find a File Browser addon, build a File Browser from the ground up or just select a path
Be mindful of security too, can't allow anyone to see the content of the whole server's filesystem.
So far I have created a component that allows the selection of a folder child to the root directory. It's not generic and probably deserving optimisations but it's a good start