Linux – Use DropBox Cloud storage from Linux file system

cloud-storagedropboxlinux

Anybody know how to use DropBox cloud storage from the Linux file system (that is, access the files through the file system without storing them locally, as opposed to the normal method of storing a local copy and synchronizing it)? I can find a Windows Shell extension project for DropBox. How about Linux?
Or, do you know any other Cloud storage solution which allows mounting as Linux file system.

I want to use my Cloud storage from Linux as like normal files in local HDD without any web user interface.

Best Answer

I found one solution. FUSE is my option to consider. By using it, I think I can implement user level file system for DropBox.

In fact, it's already support file system for Box.net Cloud Storage. Please check about this :

http://code.google.com/p/boxfs/

Related Question