XMD5
From StarksoftWiki
XMD5 File Integrity Checking
When transmitting data files using FTP it is important to know if the file transferred correctly. To facility to automation of file integrity checking the non-standard XMD5 FTP command is supported by many FTP servers. After the FTP client performs a file transfer the client can request the server to calculate a MD5 hash valid on the data file to verify the file transferred without error.
The command implementation syntax is defined below.
XMD5 <File Name>
XMD5 <File Name>, <EP>
XMD5 <File Name>, <SP>, <EP>
SP = Byte starting point EP = Byte ending points.
