procedure GetListItem(List: TStrings; DirList: TScFTPDirectoryListing; const Item: string);

 

Description

Call the GetListItem method to retrieve data about the exact object (file, directory, etc.) from the file system on the FTP server named by the Item parameter. GetListItem is used to support the MLST extension command.

Item is used as an argument when sending the FTP 'MLST' command.

The resulting list will be assigned to the List object in a text format.

If DirList is not nil, the information parsed in the corresponding object will be assigned to this object.

 

The response code received during execution of this command request is contained in the ReplyCode property.

 

See Also

ChangeDirUp

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support