Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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">
<CRC-32> HEXADECIMAL ASCII string of CRC32, for example "42ECA515"
waiting <- <ESC "Z"> File found.

or

waiting <- <ESC "Z"> File not found.
------------------------------------------------------------------------------

 

  • No labels