ssh_sftp_upload
Upload a local file to a remote board using SFTP by reusing an existing SSH session. Specify session ID, local path, and remote path.
Instructions
Upload a local file to the remote board over SFTP, reusing an existing SSH session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_path | Yes | Local source file path | |
| session_id | Yes | The session ID returned by ssh_shell_open / ssh_shell_login | |
| remote_path | Yes | Remote destination file path |