ssh_sftp_download
Download a remote file from a board to your local machine over SFTP by reusing an active SSH session. Provide the session ID, remote source path, and local destination path to complete the transfer.
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 |