Difference between revisions of "Webdav"

From Wasya Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
* See also [[ apache ]]
 
* 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
Line 14: Line 13:
 
== unmount ==
 
== unmount ==
 
   diskutil unmount <mount-point>
 
   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.