Difference between revisions of "Webdav"

From Wasya Wiki
Jump to: navigation, search
(Created page with "* https://askubuntu.com/questions/498526/mounting-a-webdav-share-by-users")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* See also [[ apache ]]
 +
* See also [[ nginx ]]
 +
 +
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>
 +
 +
== mount on ubuntu ==
 
* https://askubuntu.com/questions/498526/mounting-a-webdav-share-by-users
 
* https://askubuntu.com/questions/498526/mounting-a-webdav-share-by-users
 +
 +
fstab can specify defaults, also file and folder permissions.

Latest revision as of 19:26, 2 October 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>

mount on ubuntu

fstab can specify defaults, also file and folder permissions.