Skip to content

DirectoryList - cFTPTransfer

Performs a directory list on the remote host, and triggers the OnDirectoryList event for every file/directory found matching the pattern sPattern

Type: Procedure

Parameters

Parameter Type Description
sPattern String file/directory found matching the pattern in the directory list

Syntax

Procedure DirectoryList String sPattern

Call Example

Send DirectoryList sPattern

Description

DirectoryList performs a directory list on the remote host, and triggers the OnDirectoryList event for every file/directory found matching the pattern sPattern. If sPattern is blank, all files/directories are found, e.g. equivalent to perform a directory list using the * wildcard.