To access the columns in a query object, use this tag with action
= "listDir"
.
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:
cfftp query object column | Description |
---|---|
Name |
Filename of the current element. |
Path |
File path (without drive designation) of the current element. |
URL |
Complete URL for the current element (file or directory). |
Length |
File size of the current element. |
LastModified |
Unformatted date/time value of the current element. |
Attributes |
String. Attributes of the current element: normal or Directory. |
IsDirectory |
Boolean. Whether object is a file or directory. |
Mode |
Applies only to UNIX and Linux. Permissions. Octal string. |
Note: Previously supported query column values that pertain to system-specific information are not supported; for example, hidden
and system
.