Skip to content

Instantly share code, notes, and snippets.

@poliveira89
Created July 10, 2013 13:51
Show Gist options
  • Star 23 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • 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
davs://poliveira@some.webserver.pt/webdav/someFolder
@tpo
Copy link

tpo commented Jan 9, 2015

Thanks, allowed me to access a server

@davidmintz
Copy link

sometimes you just can't figure it out because it's so damn simple -- and undocumented. thank you!!

@mbnoimi
Copy link

mbnoimi commented Dec 29, 2017

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

@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://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)

@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