Page History
...
The list object argument requires one, two, or five fields.
If a one-field list is being used, then the unprocessed lines are added to the list.
If a two-field list is being used, the first field receives the file type and the second field receives the file name.
If a five-field list is being used, the first field receives the file type, the second field receives the date, the third field receives the time, the fourth field receives the size, and the fifth field receives the file name.
...
F - File
D - Directory
L - Link
Syntax:
Command | Keyword | Value | Developer notes |
|---|---|---|---|
LIST | PATH | value | Optional. Directory path. |
TIMEZONE | value | Optional. Time zone of FTP server. |
Example
LIST PATH(/folder/*.csv) #WRKLST(LINE)
LIST PATH(/folder/*.csv) #WRKLST(TYPE,NAME)
LIST PATH(/folder/*.csv) #WRKLST(TYPE,DATE,TIME,SIZE,NAME)
...