Özgün Çağrı AYDIN

Results 18 comments of Özgün Çağrı AYDIN

Hi @kataras I've totally missed that `{p:path}` part thank you but there is also one more issue. I can connect it via Windows Explorer to WebDAV share but I can...

Hi @kataras Not exactly. I tried with Cyberduck but it works. There is something different about windows explorer but what it is I'm not sure. But here is some log...

I just tried uploading folder via Cyberduck and it fails again. But again build-in server works. (╯°□°)╯︵ ┻━┻

Cyberduck can create or copies a file but not directories.

Nope windows can create files but not folders. Also windows can not copy neither files nor folder.

There is and improvement. Now windows can create folders when I try to copy it but can not copy files. It can be related with another method.

Found it. There is also another method called `PROPPATCH`. Which is fixes it! But you commented before me 😆

Well I have new issue here. It works with some of my files but gives an error for PDF files interestingly. I'm still testing it.

Sorry there is no problem. Even built-in server gives an error about these files. Other PDF files are working properly so it runs as expected now. There should be another...

Hi @kataras, I just wanted to add simpler working example here that you can use it on examples; ```go package main import ( "github.com/kataras/iris/v12" "golang.org/x/net/webdav" ) func main() { webdavHandler...