Skip to content

owncloud webdav #18

Description

@kerimlcr

Hi,
I tried your client for owncloud
upload_sync worked smoothly but download_sync ...
I gave the output. What could cause this

c.download_sync(remote_path="http://localhost/owncloud/remote.php/webdav/sync/", local_path="/home/kerim/sync")


Traceback (most recent call last):
File "", line 1, in
File "/home/kerim/.local/lib/python2.7/site-packages/webdav/client.py", line 417, in download_sync
self.download(local_path=local_path, remote_path=remote_path)
File "/home/kerim/.local/lib/python2.7/site-packages/webdav/client.py", line 358, in download
if self.is_dir(urn.path()):
File "/home/kerim/.local/lib/python2.7/site-packages/webdav/client.py", line 845, in is_dir
raise RemoteResourceNotFound(remote_path)
webdav.exceptions.RemoteResourceNotFound: Remote resource: /http:/localhost/owncloud/remote.php/webdav/sync/ not found


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions