CFFTP ACTION = "LISTDIR" | |||||||||||||||||||||
Description
To access the columns in a query object, use this tag with action = "listDir". |
|||||||||||||||||||||
Usage
When you use this action, you must specify a value for the name attribute. This value holds the results of the listDir action in a query object. The query object consists of columns that you can reference, in the form queryname.columname[row], where queryname is the name of the query, specified in the name attribute; and columnname is a column returned in the query object. The value row is the row number of each file/directory entry returned by the listDir operation. A separate row is created for each entry:
|