ssh_sftp_download
Download a remote file from an embedded board to your local machine using an established SSH session over SFTP.
Instructions
Download a remote file from the board to local over SFTP, reusing an existing SSH session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_path | Yes | Local destination file path | |
| session_id | Yes | The session ID returned by ssh_shell_open / ssh_shell_login | |
| remote_path | Yes | Remote source file path |