upload_file
Upload a local file to a remote server via SFTP by specifying the server name and absolute paths.
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
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | ||
| local_path | Yes | ||
| remote_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |