Whatever message this page gives is out now! Go check it out!
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. |
Mode | Applies only to UNIX and Linux. Permissions. Octal string. |
<cfscript>
cfftp(name, path, url, length, lastModified, attributes, mode)
</cfscript>