Can we mount it without using "rclone config" to add and configure WebDAV first, and instead directly perform the mounting through a single command?
welcome to the forum,
yes, at least two ways.
- connection strings.
- environment variables.
Could you give me a reference command?
“rclone mount "webdav:" X: --url="http://example.com/dav" --user="abc" --pass="abc" --vendor=other --cache-dir="D:\rclone_cache" --vfs-cache-mode=full”
Hello, I'm a bit slow on the uptake. I hope you could point out where the mistakes are.
D:\rclone>rclone mount ":webdav,user='testuser',pass='abcdaccco',url='http://192.168.1.210:5005':/" Z: --vfs-cache-mode writes --vfs-cache-max-age 60s
2025/08/09 02:30:36 CRITICAL: Failed to create file system for ":webdav,user='testuser',pass='abcdaccco',url='http://192.168.1.210:5005':/": couldn't decrypt password: base64 decode failed when revealing password - is it obscured?: illegal base64 data at input byte 8
no problem.
rclone obscure abcdaccco
FyEYZmDUZTO6ye3T0a75rMcKYXJICJO6iQ
rclone ls ":webdav,user='testuser',pass='FyEYZmDUZTO6ye3T0a75rMcKYXJICJO6iQ',url='http://192.168.1.210:5005':/"
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.