I am experiencing difficulties configuring BunnyCDN with rclone using WebDAV. Despite following the setup instructions, I receive an error indicating that the directory is not found. Here are the details of my configuration and the steps I have taken so far:
[mybucket-bunny-cdn]
type = webdav
url = https://vz-xxxxxx-64a.b-cdn.net/123456
vendor = other
user = XXX
pass = XXX
rclone lsd mybucket-bunny-cdn: -vv
2024/08/16 18:04:32 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "lsd" "mybucket-bunny-cdn:" "-vv"]
2024/08/16 18:04:32 DEBUG : Creating backend with remote "mybucket-bunny-cdn:"
2024/08/16 18:04:32 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2024/08/16 18:04:32 DEBUG : found headers:
2024/08/16 18:04:32 ERROR : : error listing: directory not found
2024/08/16 18:04:32 DEBUG : 5 go routines active
2024/08/16 18:04:32 Failed to lsd with 2 errors: last error was: directory not found
i have not used any other webdav tools. I wanted bunnycdn in rclone. chatgpt gave this solution to use webdav for bunnycdn. is there any other method or webdav configuration is incorrect?
Test your webdav with other clients - this way you can validate if your webdav config is correct. If nothing works then you know that it is not rclone issue.
Secondly check with BunnyCDN what other protocols they support. And try them with rclone.