Skip to content

Instantly share code, notes, and snippets.

@gyribeiro
Last active February 11, 2016 19:17
Show Gist options
  • Save gyribeiro/d77da536b73b52c35f98 to your computer and use it in GitHub Desktop.
Save gyribeiro/d77da536b73b52c35f98 to your computer and use it in GitHub Desktop.
Box.com on linux

Install (debian)

sudo apt-get install davfs2

Configure

echo "https://dav.box.com/dav ${_boxUser} ${_boxPasswd}"  | sudo tee -a /etc/davfs2/secrets

Mount

sudo mount -t davfs https://dav.box.com/dav ${_boxPath}/Box_com

or make it persistent

echo 'https://dav.box.com/dav ${_boxPath}/Box.com davfs rw,nosuid,nodev,_netdev 0 0' | sudo tee -a /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment