2013年11月29日 星期五

lubuntu使用WebDAV連接至box使用雲端空間

Google了很久,終於找到方法了

  1. apt-get install davfs2
  2. echo “https://dav.box.com/dav username password” >> /etc/davfs2/secrets
  3. mkdir ~/Box
  4. mount -t davfs https://dav.box.com/dav ~/Box
可以寫成bash檔放在/etc/profile.d底下來自動mount
#!/bin/bash
mount -t davfs https://dav.box.com/dav /root/Box

沒有留言:

張貼留言