KAST icon indicating copy to clipboard operation
KAST copied to clipboard

[FEATURE] Remote FIlesystem Access

Open Foxlider opened this issue 2 years ago • 1 comments

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.

Foxlider avatar Dec 25 '23 17:12 Foxlider

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

Foxlider avatar Sep 26 '25 06:09 Foxlider