|
Project Information
Featured
Downloads
Links
|
boxfsProject infoboxfs is a FUSE-based filesystem that lets you mount your box.net account to a local directory. It interfaces whe box.net storage service using their OpenBox API . boxfs is licensed under the GPLv2, and comes with no warranty. Quickstart guideCompiling the sourcesSee the Compiling page UsageUsage: boxfs [options] [mountPoint] [FUSE Mount Options] Common options: -u login box.net email/username -p password box.net password -f conffile file containing configuration options -v turn on verbose syslogging -l turn on support for large files (splitting) -s turn on secure connections (HTTPS) to box.net Note: login information is always sent via https A sample configuration file is provided in the page ConfigSample. If you don't specify username and/or password nor in the command line neither in configuration file, you will be prompted for them. You must provide the mountpoint, after the other options or in the configuration file. When you've done using your files, unmount your filsystem with fusermount -u mountpoint Other informationsPlease read the README file in the source distribution. |