WebDAVClient
WebDAVClient copied to clipboard
Problem moving files
Hi, some files with specific characters (+~$&°) have problem only on move, upload and delete works fine. Could it be related to how the destination path is specified?
headers.Add("Destination", dstUri.ToString());
Thanks.
replace + with %2B , it may work.
I tried with the following and it worked for me. headers.Add("Destination", dstUri.AbsoluteUri); I had a folder containing a SPACE.