BOX.NET 不像 DROPBOX一樣,可隨時同步,每次都要登入網頁才能使用,很麻煩.
First thing you want to do is open a Terminal window and install davfs2:
sudo apt-get install davfs2
Next thing you want to do is create the mount directory:
sudo mkdir /media/box.net
Next go ahead and mount:
mount -t davfs https://www.box.net/dav /media/box.net (Note: The HTTPS should create a secure connection so your authentication will be safe)
Add your username and password:
sudo nano /etc/davfs2/secrets
echo “https://www.box.net/dav username password” >> /etc/davfs2/secrets
Notably you can access Box.net via Nautilus using WebDAV:
Just use Connect to Server to dav://www.box.net/dav and make sure to select Secure WebDAV.
Note: These instructions should work fine with previous releases of Ubuntu and also on Debian.