User-specific directory for Webdav on Rclone server
User-specific directory for Webdav on Rclone server
I'm handling rclone everything functions perfectly, but I have a query about configuring users. I'm using htpasswd to manage user accounts. I need a directory tailored for each user, like this... rclone serve webdav Public:/Storage/User/ If a user is Example it would appear as... rclone serve webdav Public:/Storage/Example/. Is there a method to set this up? It's possible in Windows with %username%\ . However, I'm unsure how to implement this on Linux.