My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

boxfs

Project info

boxfs 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 guide

Compiling the sources

See the Compiling page

Usage

Usage: 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 informations

Please read the README file in the source distribution.

Powered by Google Project Hosting