Hi,
Just have a quick question about setting up a remote as a WebDav that is served from my synology drive. If I'm using Nautilus on Ubuntu then I can connect to it with:
dav://192.168.1.1:5005
Or:
davs://192.168.1.1:5006
and both of those work great. However when I try to use either of these with the rclone config
steps, I get this as the output once I try to acces it
Configuration complete.
Options:
- type: webdav
- url: dav://192.168.1.1:5005
- vendor: other
- user: blah
- pass: *** ENCRYPTED ***
Keep this "juniper-nas" remote?
y) Yes this is OK (default)
e) Edit this remote
d) Delete this remote
y/e/d>
Current remotes:
Name Type
==== ====
dropbox-rte dropbox
juniper-nas webdav
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> q
r@astro:~$ rclone lsd juniper-nas:
2022/08/15 02:50:46 ERROR : : error listing: couldn't list files: Propfind "dav://192.168.1.1:5005/": unsupported protocol scheme "dav"
2022/08/15 02:50:46 Failed to lsd with 2 errors: last error was: couldn't list files: Propfind "dav://192.168.1.1:5005/": unsupported protocol scheme "dav"
I get the same output if I try with url = davs://192.168.1.1:5006
. If I use just 92.168.1.1:5005
then I get a slightly different error:
r@astro:~$ rclone lsd juniper-nas:
2022/08/15 02:59:28 Failed to create file system for "juniper-nas:": parse "192.168.1.1:5005/": first path segment in URL cannot contain colon
So it appears that I need some protocol prefix, but dav:
and davs:
are not supported, like in nautilus? I'm a little clueless what the url should be in this case, as it is still being served localy (on my synology router running SRM)
Thanks for any help. Here is my rclone info:
r@astro:~$ rclone version
rclone v1.59.0
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 5.10.65-tegra (aarch64)
- os/type: linux
- os/arch: arm64
- go/version: go1.18.3
- go/linking: static
- go/tags: none