brantsch / kit-ilias-fuse

At last, a FUSE filesystem for ILIAS at the KIT
GNU General Public License v2.0
18 stars 5 forks source link

ilias-fuse

Finally, a FUSE filesystem for the ILIAS installation at the KIT! It enables you to mount your view of ILIAS on some directory so that you can browse the files and folders of your ILIAS courses with your shell or file manager and access them (almost) like local files.

Cloning

Please use git clone.

Dependencies

You can also use pip (and venv):

pip install -r requirements.txt

Usage

% ilias-fuse.py /path/to/your/mountpoint

For advanced options, see the output of

% ilias-fuse.py --help

Caveats

  1. This is an immature and crude hack. (But by using it you might uncover problems I haven't found yet.)
  2. Only files and directories are supported, as I did not find a proper FS abstraction of ILIAS's excercises.
  3. File sizes of text files may be too small (ILIAS bug?).

Contribute