The provided sample projects offer a concise yet effective demonstration of the components from CBFS Connect, showcasing their usage in a straightforward manner. While they are not intended to be complete applications, they serve as valuable illustrations of key features. To enhance clarity, error handling and checks are simplified, allowing users to focus on the core functionality.
CBFS Connect 2024 libraries for the corresponding edition are required to run these samples. Free download from: https://www.callback.com/cbfsconnect
Sample Project | Description |
---|---|
Cached FUSE Drive | Demonstrates using the FUSE component to create a simple in-memory virtual drive with directory support with CBCache working as an intermediary caching mechanism. |
Cached Folder Drive | Shows how to use CBCache when implementing a virtual filesystem. Another locally accessible filesystem is used as a backend storage. |
Encrypted Drive | Shows how to route virtual filesystem requests to disk with simple on-the-fly encryption. |
FUSE Drive | Demonstrates using the FUSE component to create a simple in-memory virtual drive with directory support. |
Folder Drive | Shows how to route virtual filesystem requests to another locally accessible filesystem. |
Folder NFS | A virtual filesystem serving a local disk built with the NFS component. |
Memory Drive | A simple in-memory virtual drive with directory support built with the CBFS component. |
Memory NFS | A simple in-memory virtual drive with directory support built with the NFS component. |
Secure Memory Drive | A simple in-memory virtual drive with Windows Security (ACL) support. |
If you have questions or need help, please contact support@callback.com or explore other support options at www.callback.com.