download_file
Transfer files from remote servers via SFTP using SSH configurations. Specify server name, remote file path, and local destination to download files securely.
Instructions
Download a file from a remote server via SFTP.
Args: server: Server name (e.g. 'pro-dicentra'). remote_path: Absolute path to remote file. local_path: Absolute local destination path.
Returns: Confirmation message with file size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | ||
| remote_path | Yes | ||
| local_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |