To check the integrity of the downloaded files, follow the below instructions.
Files downloaded via SFTP
- Check File Size is not zero.
- If the file is public-key encrypted, successful decryption will confirm the file integrity as well (optional).
Files downloaded via API
- Check for File Checksum in the HTTPS Response Header.
- Use the File Checksum to verify the downloaded file.
- If the file is public-key encrypted, successful decryption will confirm the file integrity as well (optional).