Version 2.1.0 with webdav on Windows gives "status code 400" error

I compiled the Windows 64bit version from source. I can init a box.com remote storage location but when I backup I get this error repeated:

URL request ‘MKCOL chunks\23’ returned status code 400

I can run a backup to box.com using the freebsd version (also compiled from source) with no issues. Any ideas what this could be? Thanks.

This has been fixed by https://github.com/gilbertchen/duplicacy/commit/9ae306644d6a93f788ffbc5f7c02ca992c0690f2. It is a Windows only bug caused by the filepath.Dir function which converts slashes to back slashes in the returned path.

Thank you!