Get CRC-32 of file
EazyLink Server, V5.2, protocol level 06
This request command returns the CRC-32-IEEEÂ of the specified Z88 file. The information returned is a hexadecimal string of 8 nibbles representing the 32bit value (common standard, as seen in ZIP files).
If the specified file cannot be found in the Z88 filing system (RAM or File Cards), only ESC "Z" is returned.
------------------------------------------------------------------------------
Client Server Action
------------------------------------------------------------------------------
<ESC "i"> Request for File CRC32
<FileName><ESC "Z"> -> waiting
Calculating CRC32 of file...
<ESC "N">
<CRC32> HEXADECIMAL ASCII string of CRC32, for example "42ECA515"
waiting <- <ESC "Z"> File found.
or
waiting <- <ESC "Z"> File not found.
------------------------------------------------------------------------------
Â