Trying to do the following:
mkdir /Volumes/temp
mount_webdav davs://myusername@webdav.yandex.ru:443 /Volumes/temp
It doesn't return any error, but /Volumes/temp is empty in result.
Here are the details of connection required (mac / linux), they are in Russian, but you may see details on screenshots.
Upd. The following works:
mount_webdav -i https://webdav.yandex.ru:443 /Volumes/temp
But in this case I have to input user name and password. I've tried the following:
mount_webdav https://myusername:mypass@webdav.yandex.ru:443 /Volumes/temp
mount_webdav -s https://myusername:mypass@webdav.yandex.ru:443 /Volumes/temp
It doesn't work.