SessionOptions.RootPath for WebDav does not work
Hi Martin,
You apparently obsoleted
Chris
You apparently obsoleted
WebdavRoot
and you say to use RootPath
in its place, however, RootPath
is not working for me here with WebDAV in 5.17.10. WebdavRoot
no longer works either (that's what I was previously using). I can't get the root folder changed with the .NET assembly for WebDAV. The GUI works setting the remote folder on the server, but I can't do it via code with the assembly any more (pretty sure it's not a problem with my code - I literally just changed the previously working SessionOptions.WebdavRoot = "/myfolder"
to SessionOptions.RootPath = "/myfolder"
. Same server, same folder. I can do it in GUI but not via code. The log shows that it just treats it as if it wasn't set and uses "/"
as in:
". 2021-06-15 16:00:27.190 OPTIONS / HTTP/1.1"