No description
Find a file
Nick Hahn c6c7927a97 Implement some of the filesystem
This commit marks the start of actually providing a filesystem for with
fuse to mount. Initial mounting as well as listing the root directory
works. You should also be able to `stat` files and the root directory.
mtime, atime and ctime are currently broken and default to UNIX_EPOCH.

What the filesystem does not do is actually fetching files and folders
as requested. It just errors out.
Next up is figuring out when to fetch file-metadata from WebDAV. And
actually downloading files.
2023-07-16 00:45:11 +02:00
src Implement some of the filesystem 2023-07-16 00:45:11 +02:00
.gitignore Implement some of the filesystem 2023-07-16 00:45:11 +02:00
Cargo.toml Implement some of the filesystem 2023-07-16 00:45:11 +02:00
LICENSE Initial commit 2023-01-09 19:22:04 +01:00
README.md Initial commit 2023-01-09 19:22:04 +01:00

fuse_webdav_rust