Upload File
file_uploadUpload a local file to a remote host over SFTP. Provide session ID, local path, and remote path.
Instructions
Uploads a local file to the remote host 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 |