Internet Direct (Indy)
Home
PreviousUpNext
TIdFTP.SupportsVerification Property

Indicates if the FTP server supports one of the extensibility features for verified transfer integrity.

Pascal
property SupportsVerification: Boolean;

SupportsVerification is a read-only Boolean property that indicates if the FTP server supports one of the extensibility features for verified transfer integrity. 

SupportsVerification returns True when one of the following checksum algorithms is listed in the Capabilities for the FTP server: 

 

Algorithm 
Description 
XCRC 
CRC-32 checksum 
XMD5 
MD5 checksum 
XSHA 
SHA-1 checksum 

 

When SupportsVerification returns True, use the VerifyFile method to verify the integrity of all or part of a file transfer operation.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.