ftp_download
Retrieve a file from a remote server by providing connection name, remote file path, and local destination path.
Instructions
Download a remote file to a local path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local destination path | |
| connection | Yes | Connection name | |
| remotePath | Yes | Remote file path |