求助:rclone挂载webdav后cp报错cp: cannot stat 'file': Permission denied #4440
fengchen-github
started this conversation in
General
Replies: 1 comment
-
搞定了,一个是不能用sudo cp,另一个就是挂载加上一个参数 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
cp: cannot stat 'file': Permission denied
rclone配置
[webdav]
type = webdav
url = http://127.0.0.1:5244/dav/
vendor = other
user = admin
pass = *** ENCRYPTED ***
rclone挂载参数
rclone mount webdav:/ /home/debian/webdav.mount/ --vfs-cache-mode full &
Beta Was this translation helpful? Give feedback.
All reactions