ftp_tree
Map a remote directory structure recursively to visualize project layout, with configurable depth to manage payload size.
Instructions
Generate a complete recursive directory map. Use this to visualize project structure, but be cautious with 'maxDepth' in very large remote repositories to avoid excessive network payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Remote directory path to start mapping from (defaults to root). | . |
| maxDepth | No | Maximum recursion depth to prevent infinite loops or huge payloads. |