ftp_checksum
Verify remote file integrity by calculating MD5, SHA1, or SHA256 checksums. Specify the file path and connection to retrieve the hash for comparison.
Instructions
Calculate checksum of a remote file for integrity verification
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Remote file path | |
| algorithm | No | Hash algorithm (default: md5) | |
| connection | Yes | Connection name |