Webdav to Qnap fails with multiple directories

I have Qnap NAS setup to support Webdav when I make a connection with a un encrypted connection it fails when there is more then 1 directory with more then 1 file in that directory. If I have 1 directory with only 1 file in it it copies over with no errors. But as soon as I add more then 1 file it errors. Also all encrypted transfers fail.
I can copy with no errors using cyberduck even with an encrytped folder.

c:\Program Files\rclone>rclone copy C:\Users\Enlight\Desktop\test_folder qnap: -vv --mega-debug
2018/06/11 23:49:30 DEBUG : rclone: Version “v1.41” starting with parameters [“rclone” “copy” “C:\Users\Enlight\Desktop\test_folder” “qnap:” “-vv” “–mega-debug”]
2018/06/11 23:49:30 DEBUG : Using config file from “C:\Users\Enlight\.config\rclone\rclone.conf”
2018/06/11 23:49:30 INFO : webdav root ‘’: Modify window not supported
2018/06/11 23:49:32 INFO : webdav root ‘’: Waiting for checks to finish
2018/06/11 23:49:32 INFO : webdav root ‘’: Waiting for transfers to finish
2018/06/11 23:49:32 DEBUG : Couldn’t decode error response: XML syntax error on line 11: element


closed by
2018/06/11 23:49:32 ERROR : test1/015_10.jpg: Failed to copy: Update mkParentDir failed: 403 Forbidden
2018/06/11 23:49:33 INFO : test1/016_09.jpg: Copied (new)
2018/06/11 23:49:33 ERROR : Attempt 1/3 failed with 1 errors and: Update mkParentDir failed: 403 Forbidden
2018/06/11 23:49:33 DEBUG : test1/016_09.jpg: Sizes identical
2018/06/11 23:49:33 DEBUG : test1/016_09.jpg: Unchanged skipping
2018/06/11 23:49:33 INFO : webdav root ‘’: Waiting for checks to finish
2018/06/11 23:49:33 INFO : webdav root ‘’: Waiting for transfers to finish
2018/06/11 23:49:33 DEBUG : Couldn’t decode error response: XML syntax error on line 11: element
closed by
2018/06/11 23:49:33 ERROR : test1/015_10.jpg: Failed to copy: Update mkParentDir failed: 403 Forbidden
2018/06/11 23:49:33 ERROR : Attempt 2/3 failed with 1 errors and: Update mkParentDir failed: 403 Forbidden
2018/06/11 23:49:33 INFO : webdav root ‘’: Waiting for checks to finish
2018/06/11 23:49:33 DEBUG : test1/016_09.jpg: Sizes identical
2018/06/11 23:49:33 DEBUG : test1/016_09.jpg: Unchanged skipping
2018/06/11 23:49:33 INFO : webdav root ‘’: Waiting for transfers to finish
2018/06/11 23:49:34 DEBUG : Couldn’t decode error response: XML syntax error on line 11: element
closed by
2018/06/11 23:49:34 ERROR : test1/015_10.jpg: Failed to copy: Update mkParentDir failed: 403 Forbidden
2018/06/11 23:49:34 ERROR : Attempt 3/3 failed with 1 errors and: Update mkParentDir failed: 403 Forbidden
2018/06/11 23:49:34 Failed to copy: Update mkParentDir failed: 403 Forbidden

Can you try the latest beta?

If that doesn’t work, please make a new issue on github with the log above and also the log with -vv --dump responses

Thanks