WebDAV is a set of extensions to the HTTP protocol that allow users to edit and manage files on remote www servers. Here is the installation guide.
1. #> sudo apt-get install davfs2
2. create a folder
mkdir /media/webdav
3. Mount remote webdav server by
sudo mount -t davfs https://ip_address:port /media/webdav