Internet Direct (Indy) Version 9.0.2 Beta
TIdFTPDataStructure
Specifies the storage type for a file on the FTP server.

TIdFTPDataStructure = (dsFile, dsRecord, dsPage);
Description
TIdFTPDataStructure is an enumerated type that specifies the different representation allowed for the structure of a file using the FTP STRU command. TIdFTPDataStructure will affect both the transfer mode of a file and the interpretation and storage of the file. The valid representations allowed include the following:

TIdFTPDataStructure is used in TIdFTP.FileStructure to determine the coded character value to send to the FTP server using the STRU command.