Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ownCloud WebDAV Integration #569

Closed
kenkendk opened this issue Aug 5, 2014 · 3 comments
Closed

ownCloud WebDAV Integration #569

kenkendk opened this issue Aug 5, 2014 · 3 comments

Comments

@kenkendk
Copy link
Member

kenkendk commented Aug 5, 2014

From mich...@thedevel.com on February 19, 2012 06:53:25

I have a server running ownCloud, which supports folder integration via WebDAV. The problem is that the WebDAV access is PHP based. In order to reach the WebDAV service, you mount the address as follows; http://SERVER/owncloud/files/webdav.php or in windows you can use a UNC path name, \SERVER\owncloud\webdav.php

I've tried mapping the drive, but I get an error message that the path is inaccessible with this message; "There are no more files". What now?

ownCloud is a great cloud storage solution, but it doesn't provide any applications for two way synchronization or even automated backup.

Original issue: http://code.google.com/p/duplicati/issues/detail?id=569

@kenkendk
Copy link
Member Author

kenkendk commented Aug 5, 2014

From rst...@gmail.com on February 18, 2012 23:38:10

Just do clarify this issue:

Server: $server
Path: owncloud/files/webdav.php or alternatively
Path: owncloud/files/webdav.php/myBackup

This does not work and ends up in the error message "There are no more files"? And you are able to access this path from any other client?

@kenkendk
Copy link
Member Author

kenkendk commented Aug 5, 2014

From mich...@thedevel.com on February 18, 2012 23:43:07

Apparently I didn't understand where to place the path portion, in all other clients the path to webdav.php is included as part of the server address. This method seems to be working. Thank you!

@kenkendk
Copy link
Member Author

kenkendk commented Aug 5, 2014

From rst...@gmail.com on February 18, 2012 23:50:54

It is one of the things many people get wrong (including me). We will change that some day. Glad this is working for you. If you like Duplicati, tell others about it! :-)

Status: Done

@kenkendk kenkendk closed this as completed Aug 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant