ftp_download
Downloads a file from an FTP server to your local filesystem. Provide the remote file path and local destination path to save the file.
Instructions
Download a file from FTP server to local filesystem
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local path where to save the file | |
| remotePath | Yes | Remote file path to download |