Page 1 of 1

WebDAV issue

PostPosted:Fri Aug 17, 2018 12:05 pm
by saquib.akhtar
I am trying to download the file using the WebDAV link but a prompt comes for username and password and after entering credentials I get:

WebDAV is disabled. Contact with your administrator.

Why?

Re: WebDAV issue

PostPosted:Sun Aug 19, 2018 7:26 am
by jllort

Re: WebDAV issue

PostPosted:Sun Aug 19, 2018 8:59 am
by saquib.akhtar
Now my WebDAV is enabled but when I am sharing a document link with an outside person for just downloading it, a prompts comes for username and password.
How can this be solved ? I mean to say that just for downloading also authentication required ?

Re: WebDAV issue

PostPosted:Sun Aug 19, 2018 6:35 pm
by jllort
Any resource from OpenKM is under authentication, that is the regular behaviour to preserve your data. Seems you are looking for some kind of public sharing?

Re: WebDAV issue

PostPosted:Mon Aug 20, 2018 8:40 am
by saquib.akhtar
ok got it.
So for public sharing I will use FTP or something else which is possible.

Re: WebDAV issue

PostPosted:Tue Aug 21, 2018 9:01 am
by jllort
If you want to always list all documents might use joomla explorer ( or create small application what does something similar, is quite easy with SDK, the idea is connect the application with some user what will sharing all the contents he has access )

Watch the video: https://www.youtube.com/watch?v=TWs-vP4-6QA
Take a look at sdk for JAVA, .NET or PHP https://docs.openkm.com/kcenter/

if you are looking for more controlled sharing, then you need something like sharing with download token, now is only implemented into professional edition.

Re: WebDAV issue

PostPosted:Mon Aug 27, 2018 6:12 am
by saquib.akhtar
I have created a normal user with read only access to particular folders.
So it can be shared with anyone for just downloading the document via that link.
Is this safe?

Re: WebDAV issue

PostPosted:Tue Aug 28, 2018 3:20 pm
by jllort
Yes, you are sharing credentials but because is a public user should working as expected. Only consider hiding the option for changing the password in the menus ( you can doing it from profiles -> I think is something named Preferences under Tools menu ).