File Manager
Large uploads, editor, bulk operations, and per-site trash.
The File Manager operates within the site root and keeps sensitive mutations inside the Agent allowlist.
Uploads
Large uploads are chunked, resumable, and limited by available account capacity rather than an arbitrary small ceiling.
Operations
| Action | Behavior |
|---|---|
| Rename | Preserves the item type and updates navigation. |
| Copy / move | Keeps the operation restricted to the authorized root. |
| Extract archive | Rejects path traversal, links/devices, and expansion incompatible with quota. |
| Delete | Uses isolated trash when the workflow is recoverable. |
| Edit | UTF-8 editor with fallback and preservation of the existing file mode. |