ssh_sftp_download
Download a remote file from an embedded board to your local machine over SFTP using an existing SSH session. Specify session ID, remote path, and local destination to transfer files securely.
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 |