Skip to content

Instantly share code, notes, and snippets.

@poliveira89
Created July 10, 2013 13:51
Show Gist options
  • Save poliveira89/5966434 to your computer and use it in GitHub Desktop.
Save poliveira89/5966434 to your computer and use it in GitHub Desktop.
How to use WebDav on Linux+XFCE+Thunar
@Mardiie
Copy link

Mardiie commented Jun 17, 2019

Unfortunately it doesn't work with Thunar 1.6.11 because it says Not a WebDAV enabled share.

I use this format

// My owncloud installation domain.com/owncloud
davs://[email protected]/owncloud/remote.php/webdav/files/root

Webdav URL format for file access should be:
davs://[email protected]/remote.php/dav/files/user

(this is the same for Nextcloud)

@scrumit
Copy link

scrumit commented Oct 23, 2020

I ended up being challenged to enter the name and password, so really only needed:

davs://domain.com/remote.php/dav/files/

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