Hello~
If I want to have WebDAV server on local Linux PC, in general, I need to install Apache2/httpd or Nginx, and load some modules like mod_dav.so
. After some complex configuration, the WebDAV server will work. I could mount a directory of local PC as a disk to another PC.
I notice that rclone could rclone serve webdav
GDrive and have a WebDAV directly, which is connected to Google.
Is there any way to have a WebDAV server connected to a local directory by using rclone easily? So that I can mount this directory to another computer.
Kind of like do so easily in my NAS and other computer in the same network could easily connected to these folders.
Thanks~