WebDAV for Easy Engine?

Hi. I am running a WP project manager, and need to allow my web-based file repository to be accessible from Windows Explorer for a number of unsophisticated users. The file management plugins for Wordpress are surprisingly primitive and not intuitive.

So what is the best way to achieve this? I can see that WebDAV is not well-loved or fully supported in nginx, but how else?

Any input or suggestions appreciated

Unsophisticated users will probably be the biggest hurdle, so best to use a solution they understand IMO.

Dropbox would work surprisingly well I think, it supports headless installation via SSH, you can find that info here: https://www.dropbox.com/install-linux

Then it’s just a matter of syncing it to a possible shared folder, or locally/individually etc… you get the drift.

I don’t want to spam the support forums with links, so the first few results of this Google search should prove helpful for any further SSH-based configuration.

Worth a try, hope it helps!

Yes, you’re probably right. Thanks for your input paramdeo