property DirectoryListing: TScFTPDirectoryListing;
Description
DirectoryListing holds a list of TScFTPListItem objects that contain information about files and directories returned from the FTP 'LIST', 'NLST', 'MLSD' or 'MLST' commands.
These FTP commands are executed by the ListDir, ListDirDetails and ExtListDirDetails methods, and correspondingly, calling these methods causes changing the DirectoryListing list.
This property is read-only.
See Also