Download a remote file
ftp_downloadDownload a remote file to a local path, auto-creating parent directories. Refuses to overwrite unless overwrite is enabled.
Instructions
Download a remote file to a local path, auto-creating local parent directories. Refuses to overwrite unless overwrite:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Name of the configured server. Defaults to the configured default, or the sole server. | |
| overwrite | No | Allow overwriting an existing local file. | |
| local_path | Yes | Local destination path (relative paths resolve against the process cwd). | |
| remote_path | Yes | Remote file path, relative to the server root. |