Hi, I need to expose data stored in a database (with links to real files), to be accessible from Windows PCs. I cannot simply copy those files to a "shared" directory, because there are thousands (many GB/day), I also cannot share them via samba, because the directory and file names are difficult to grasp by the user.
What I'm thinking, but I don't know if such beast exists. is a solution that should allow displaying files and directories (generated from a PostgreSql database query) and when the user copies a file, a real file should be copied.
Does anyone know if something like that exists?
What I'm thinking, but I don't know if such beast exists. is a solution that should allow displaying files and directories (generated from a PostgreSql database query) and when the user copies a file, a real file should be copied.
Does anyone know if something like that exists?