set http_proxy=http://localhost:7897; rclone -vv mount NAS: Z:
config is
[NAS]
type = webdav
url = http://192.168.0.3:5005
vendor = other
user = ricky
pass = xxx
description = NAS
I need localhost proxy served by Clash connect to target, because I have route rules, I tried use browser works well, other tools such as Raidrive also works
here is log
2024/08/21 11:23:38 DEBUG : rclone: Version "v1.67.0" starting with parameters ["D:\\Tools\\rclone.exe" "-vv" "mount" "NAS:" "Z:"]
2024/08/21 11:23:38 DEBUG : Creating backend with remote "NAS:"
2024/08/21 11:23:38 DEBUG : Using config file from "C:\\Users\\Ricky\\AppData\\Roaming\\rclone\\rclone.conf"
2024/08/21 11:23:38 DEBUG : found headers:
2024/08/21 11:23:38 INFO : webdav root '': poll-interval is not supported by this remote
2024/08/21 11:23:38 NOTICE: webdav root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
2024/08/21 11:23:38 DEBUG : Network mode mounting is disabled
2024/08/21 11:23:38 DEBUG : Mounting on "Z:" ("NAS")
2024/08/21 11:23:38 DEBUG : webdav root '': Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "-o" "volname=NAS"]
2024/08/21 11:23:38 DEBUG : webdav root '': Init:
2024/08/21 11:23:38 DEBUG : webdav root '': >Init:
2024/08/21 11:23:38 DEBUG : /: Statfs:
2024/08/21 11:23:53 ERROR : mountpoint "Z:" didn't became available on mount - continuing anyway
2024/08/21 11:23:59 DEBUG : pacer: low level retry 1/10 (error Propfind "http://192.168.0.3:5005/": dial tcp 192.168.0.3:5005: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
2024/08/21 11:23:59 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2024/08/21 11:24:20 DEBUG : pacer: low level retry 2/10 (error Propfind "http://192.168.0.3:5005/": dial tcp 192.168.0.3:5005: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
2024/08/21 11:24:20 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2024/08/21 11:24:41 DEBUG : pacer: low level retry 3/10 (error Propfind "http://192.168.0.3:5005/": dial tcp 192.168.0.3:5005: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
2024/08/21 11:24:41 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2024/08/21 11:24:45 INFO : Signal received: interrupt
2024/08/21 11:24:45 DEBUG : Not calling host.Unmount as signal received
2024/08/21 11:24:45 DEBUG : Unmounted successfully
2024/08/21 11:24:45 ERROR : Z:: Unmounted rclone mount
2024/08/21 11:24:45 INFO : Exiting...