ssh_upload_file
Upload a local file to a remote server via SFTP using a specified SSH connection. Specify the local file path and remote destination to securely transfer files.
Instructions
Upload a local file from an allowed local root to the remote server via SFTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes | Name of the SSH connection to use | |
| local_path | Yes | Local file path to upload | |
| remote_path | Yes | Remote destination path |