Difference between revisions of "Webdav"

From Wasya Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
* See also [[ apache2 ]]
+
* See also [[ apache ]]
 
* See also [[ nginx ]]
 
* See also [[ nginx ]]
* https://askubuntu.com/questions/498526/mounting-a-webdav-share-by-users
 
  
 
From: https://github.com/keeweb/keeweb/wiki/WebDAV%20Config
 
From: https://github.com/keeweb/keeweb/wiki/WebDAV%20Config
  
 
= 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>
 +
 +
== mount on ubuntu ==
 +
* 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.