Skip to main content

Files (UI)

In this page

Route

/files (FilesPage).

API

  • GET /api/v1/files/list?path= — directory listing; path is relative to PANEL_FILES_ROOT (not an arbitrary host absolute path).
  • POST /api/v1/files/mkdir — create a subdirectory (parentPath, name).
  • POST /api/v1/files/rename — rename a file or folder (path, newName basename only).
  • POST /api/v1/files/delete — delete a file or an empty directory.

UI behavior

The UI navigates using those relative paths (breadcrumb shows /-prefixed display only). Upload is still not implemented (multipart).