ftp_download_directory
Download an entire remote directory recursively to a local path, preserving folder structure and all files.
Instructions
Download an entire remote directory to a local path recursively
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local destination directory | |
| overwrite | No | Overwrite existing files (default: true) | |
| connection | Yes | Connection name | |
| remotePath | Yes | Remote directory path |