ssh_estimate_transfer
Estimate file transfer duration over SSH by inputting file size and operation type, helping plan uploads or downloads.
Instructions
Estimate file transfer time over SSH.
Args: file_size_bytes: File size in bytes operation: Transfer operation type (upload, download)
Returns: Estimated transfer time and recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | upload | |
| file_size_bytes | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |