File Management
The file manager is the main place for managing control-center assets. It works around three fixed root directories:
Script Directory: runnable scripts, flat script folders, and related assetsResource Directory: general files, screenshots, installer packages, and other materialsReports Directory: batch authorization reports, exported schedule logs, and similar outputs
Common Actions
- Drag and drop a file, multiple files, or a full folder to upload
- Create a new file or folder
- Rename, copy, cut, paste, move, and delete
- Preview text and images, and edit text files directly in the UI
- View
MD5,SHA1,CRC32, and line count information - Open the current root directory in the local file manager
Managing Script Assets
- Flat scripts are best stored in
Script Directory. - Right-clicking a flat script folder lets you choose
Edit Script UI Configurationand maintainlua/scripts/main.json. - If you need to update existing
XXTLanControl.luafiles inside scripts, useSettings → Script Run Settings.
Send Files to Devices
- Select files in the file manager.
- Click
Send to Devices. - Choose the target devices and the target path on the device.
The panel includes several common target paths:
/lua/scripts//lua//res//
Installer Package Distribution
.deband.tipapackages are usually best stored inResource Directory.- When you right-click an installer package, the file manager shows installation actions based on the package suffix and the currently selected device types.
Browse Device Files
From the device list, you can open the file browser for a single device. There you can:
- browse files and folders on the device
- upload, download, move, and delete device files
- copy device files back into the control center's
Script Directory,Resource Directory, orReports Directory
This makes it easy to bring files back from devices, organize them, and redistribute them later.