From 8941701a43da57503db97f559c6363d3d409aedf Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 8 Mar 2026 08:51:22 +0000 Subject: [PATCH] rclone: use network-mode on windows; closes #1324 https://rclone.org/commands/rclone_mount/#mounting-modes-on-windows --- copyparty/web/svcs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/copyparty/web/svcs.html b/copyparty/web/svcs.html index e5eeb893..b95c1278 100644 --- a/copyparty/web/svcs.html +++ b/copyparty/web/svcs.html @@ -55,7 +55,7 @@

if you can, install winfsp+rclone and then paste this in cmd:

                 rclone config create {{ aname }}-dav webdav url=http{{ s }}://{{ rip }}{{ hport }} vendor=owncloud pacer_min_sleep=0.01ms{% if accs %} user={{ b_un }} pass={{ pw }}{% endif %}
-                rclone mount --vfs-cache-mode writes --dir-cache-time 5s {{ aname }}-dav:{{ rvp }} W:
+                rclone mount --vfs-cache-mode writes --dir-cache-time 5s --network-mode {{ aname }}-dav:{{ rvp }} W: