ssh_upload
Upload a file from your local machine to a remote device using SFTP over an established SSH connection.
Instructions
Upload a file to the remote host via SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_path | Yes | Local file path to upload | |
| remote_path | Yes | Remote destination path | |
| connection_id | Yes | Connection ID from ssh_connect |