update davfs2 method with new box.com dav url
This commit is contained in:
parent
7bf42404b4
commit
6be4a204bb
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ using the webdav special remote.
|
|||
* Edit `/etc/fstab`, and add a line to mount Box using davfs.
|
||||
|
||||
sudo mkdir -p /media/box.com
|
||||
echo "https://www.box.com/dav/ /media/box.com davfs noauto,user 0 0" | sudo tee -a /etc/fstab
|
||||
echo "https://dav.box.com/dav/ /media/box.com davfs noauto,user 0 0" | sudo tee -a /etc/fstab
|
||||
|
||||
* Create `~/.davfs2/davfs2.conf` with some important settings:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue