Internet Direct (Indy) Version 9.0.1 Beta
TIdFTPListItem
Implements a directory entry for the TIdFTPList container.

TIdFTPListItem = class(TCollectionItem)
Description
TIdFTPListItem is a TCollectionItem descendant that implements methods and properties used to represent a directory entry in a TIdFTPList collection. TIdFTPListItem specifies a common representation for data returned by an FTP server for the LIST, NLST, or STAT commands.

Note: The FTP protocol does not specify a standard representation for this type of data. TIdFTPListItem implements the common attributes found in most FTP server implementations.

TIdFTPListItem also provides the raw textual data used as the basis for the directory entry, and can be used with parsing methods in the TIdFTPList container to override the default parsing behavior.