browsefile / backend

Browse files through web interface, or webdav from explorer, advanced analog of SMB for SBC or routers
Apache License 2.0
25 stars 4 forks source link

nextcloud API/client support #4

Open jodaveva opened 4 years ago

jodaveva commented 4 years ago

nextcloud has very good clients for Win/Mac/Android that support automated backup and sync via WebDAV, but their server is a bit too heavy.

Do you think it is possible for browsefile to mimic some of their API so that we can use their clients?

vitaliy-kuzmich commented 4 years ago

webdav is protocol specification, it should work out of box, if it is not, then somebody did wrong implementation, google or nextcloud. @jodaveva Did you try to connect by using nextcloud client?

UPD: I will check later, I also want other clients in browsefile, as I remember nextcloud android was not good at that time, so I've decided to create custom one.