I have a server running a WebDAV server. Using nautilus on the GUI of my ubuntu I can connect and read/write files. I have tried on terminal with the following command:
sudo mount -t davfs http://<host>:<port>/<sharename>/ <destination>
And the result is:
/sbin/mount.davfs: mounting failed; the server does not support WebDAV
Is there another way to connect?