Discuss this help topic in SecureBlackbox Forum
FTPS: Download files or directory
TElSimpleFTPSClient.DownloadFiles() method can be used to download multiple files, optionally recursively (in this case subdirectories are created on the local disk). The method allows to specify a path and a mask to select files to download. Files are chosen by mask which can be a simple mask, set of masks or a regular expression (read more about file masks and regular expressions).
OnFileOperation and OnFileOperationResult events allow to get notification and results of the particular file operations within the multi-file download.