Provides indexed access to directory entries in the collection.
property Items [AIndex: Integer]: TIdFTPListItem;
Description
Items is an indexed TIdFTPListItem property that provides access to TIdFTPListItem objects contained in the collection using the index specified in AIndex. They are usually created by the TIdFTPList.LoadList method.