Page 1 of 1

ownCloud support [DONE]

Posted: Tue May 09, 2017 4:58 pm
by JayB
Love the new Dropbox support. Working great. Any chance to implement ownCloud?

Re: ownCloud support

Posted: Thu May 11, 2017 9:14 am
by mike
Thanks, JayB!
ownCloud can be accessed via WebDAV protocol, so chances are non-zero :)
I have WebDAV in mind and want to add support for it someday, but can't give any estimates.

Re: ownCloud support

Posted: Sun Sep 03, 2017 7:07 am
by mike
A short update here.
I'm currently working on the WebDAV VFS and it is already in a somewhat working state.
It's being tested against Box.com and Apache's mod_dav(running on my QNAP box), but basically WebDAV means support for any storage which provides an access via this protocol (i.e. dozens).
There are still quite some tasks to do, but generally the development has been relatively smooth for far, especially in comparison with the DropBox VFS.