Difference between revisions of "Webdav"
From Wasya Wiki
Line 6: | Line 6: | ||
= Install = | = Install = | ||
+ | = Use = | ||
== mount on Mac == | == mount on Mac == | ||
## this doesn't work b/c it's read-only | ## this doesn't work b/c it's read-only | ||
mount_webdav -i https://webdav.yandex.ru:443 /Volumes/temp | mount_webdav -i https://webdav.yandex.ru:443 /Volumes/temp | ||
+ | |||
+ | == unmount == | ||
+ | diskutil unmount <mount-point> |
Revision as of 17:47, 29 September 2024
- See also apache
- See also nginx
- https://askubuntu.com/questions/498526/mounting-a-webdav-share-by-users
From: https://github.com/keeweb/keeweb/wiki/WebDAV%20Config
Contents
Install
Use
mount on Mac
## this doesn't work b/c it's read-only mount_webdav -i https://webdav.yandex.ru:443 /Volumes/temp
unmount
diskutil unmount <mount-point>