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 hidden or 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://poliveira@some.webserver.pt/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://root@domain.com/owncloud/remote.php/webdav/files/root
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://root@domain.com/owncloud/remote.php/webdav/files/root
Webdav URL format for file access should be:
davs://user@host.com/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/
is it possible to have a persistent mount of my nextcloud mount in thunar?
Author
is it possible to have a persistent mount of my nextcloud mount in thunar?
would like to help not using Thunar and XFCE in a long time :(
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sometimes you just can't figure it out because it's so damn simple -- and undocumented. thank you!!