Created
July 10, 2013 13:51
-
-
Save poliveira89/5966434 to your computer and use it in GitHub Desktop.
How to use WebDav on Linux+XFCE+Thunar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
davs://[email protected]/webdav/someFolder |
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)
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
Unfortunately it doesn't work with Thunar 1.6.11 because it says
Not a WebDAV enabled share.
I use this format