ftp_tree
Recursively list an FTP directory tree with configurable depth, optional file display, and root path. Understand remote folder structure at a glance.
Instructions
Recursively list directory tree structure with depth limit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Root path (defaults to cwd) | |
| maxDepth | No | Maximum depth (default: 3) | |
| showFiles | No | Include files in tree (default: true) | |
| connection | Yes | Connection name |