ftp_download
Download a single file from a remote server to a specified local destination.
Instructions
Standard single-file transport from the remote server. For bulk downloads, favor ftp_batch_download.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Destination location on your local machine. | |
| remotePath | Yes | Source file location on the remote server. |