Dufs is a compact Rust-based file server for sharing and managing files through a browser, command line, or WebDAV client. It can serve static content, upload files and folders, search directories, create or edit files, and package folders as downloadable archives. Transfers support resumable and partial uploads or downloads, which is useful for large files and unstable connections. Account-based rules provide read-only or read-write permissions for specific paths, including anonymous access when desired. The server supports HTTPS, CORS, custom assets, hidden-path rules, index rendering, and single-page applications. It is distributed through Cargo, Docker, Homebrew, and prebuilt binaries for Windows, macOS, and Linux.
Features
- Static file serving and directory browsing
- Drag-and-drop file and folder uploads
- Resumable uploads and partial downloads
- Path-based user access controls
- HTTPS and WebDAV support
- Cargo, Docker, Homebrew, and binary installation