File Details
filed-0.1.0.jar
- R
- Jan 29, 2026
- 11.04 MB
- 11
- 1.21.11
File Name
filed-0.1.0.jar
Supported Versions
- 1.21.11
Initial release.
Includes:
- REST API for server file access.
- Path whitelisting via config.
- Token-based authentication with SHA-256 hashed storage.
/filed generate <name>command for token creation.- Path traversal prevention, symlink escape detection, file size limits.
GET /files?path=...&content=true|false: readingPUT /files?path=...: writingDELETE /files?path=...: deletingGET /health: health check endpoint