Internet Direct (Indy) Version 9.0.1 Beta
TIdFTP.TransferType
Indicates the file transfer type.

property TransferType: TIdFTPTransferType;
Description
TransferType is a TIdFTPTransferType property that indicates the file transfer type currently in use for the FTP client, and can contain one of the following values:

An application should use the ftBinary transfer type for transferring executables, compressed files, graphics, and multimedia files. Use the ftASCII transfer type for 7bit ASCII files, such as text or Hyper Text Markup Language.