Loads the Directory listing from a TStrings and parses it based on the value of TIdFTPList.ListFormat.
procedure LoadList(AData: TStrings);
Parameters
AData: TStrings
The directory listing data to be parsed into the TIdFTPList.
Description
This method loads the Directory listing from a TStrings and parses it based on the value of TIdFTPList.ListFormat. It will create individual TIdFTPListItem objects, and call the TIdFTPList.Parse method.