virtualfs-c++ contains several virtual filesystems and C++ bindings for FUSE (Filesystem in Userspace = for GNU/Linux and other Unix-like systems).
virtualfs-c++ 0.2 is the first public release.
[More:]
This release contains the following filesystems:
- localfs
- Mirrors a directory in your mount point. This is similar to directory hardlinks. This FS is intended mainly for testing purposes and as an example.
- dereferencefs
- This virtual filesystem automatically transparently dereferences all symlinks (symbolic links). When a symlink is moved it is automatically updated to continue to point to the same file.
- ftpfs
- FTP filesystem. Currently broken. You may attempt to use FTP filesystem from LUFS or my FTPFSv3-0.1 (It may hang your Linux when unmounting, however.)