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