list_files
List files and subfolders in a zspace NAS directory, supporting personal and team spaces with pagination, sorting, and hidden file options.
Instructions
列出 zspace NAS 指定目录下的文件与子文件夹。设置 team=true 可列出团队空间文件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | No | 每页条目数,默认 100 | 100 |
| path | Yes | 目录路径。个人空间如 /sata12/my/data,团队空间如 /sata12/public | |
| team | No | 是否列出团队空间文件,默认 false | |
| order | No | 排序方向,默认 desc(仅个人空间) | desc |
| start | No | 分页起始偏移,默认 0 | 0 |
| sortby | No | 排序字段,默认 mtime_linux(仅个人空间) | mtime_linux |
| show_hidden | No | 是否显示隐藏文件,默认 0(仅个人空间) | 0 |