Difference between revisions of "Webdav"

From Wasya Wiki
Jump to: navigation, search
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

From: https://github.com/keeweb/keeweb/wiki/WebDAV%20Config

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>