Download File
file_downloadDownloads a file from a remote server to your local machine over SFTP using an active SSH session.
Instructions
Downloads a remote file to the local machine over SFTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local file path | |
| sessionId | Yes | SSH session ID | |
| remotePath | Yes | Remote file path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | Yes | ||
| sha256 | Yes | ||
| success | Yes | ||
| filename | Yes | ||
| verified | Yes | ||
| durationMs | Yes | ||
| averageSpeed | Yes |