Fileset/FTP Local TPS pane

This tables shows TPS parameters:

Parameter Description
TPS Select this to use directory parse or deletion TPS procs.

When this box is cleared, the Directory Parse and Deletion options are unavailable.

Directory Parse Use this TPS to select programmatically which files to process on each Scan Interval, and in what order. Click Edit to open the TPS Editor. Edit TPS proc properties in this dialog box.

In the Directory Parse TPS Editor dialog box, List Full Directory is a special flag for the engine to pass a full directory list to TPS. By default, this is cleared. When this is selected, you must modify the TPS code to handle the list and return a name-only list back to the engine.

When this is selected, the msg_list that is passed to the name parse TPS contains a full list, not only file names.

This list is similar to {{filename1 filesize mtime} {filename2 size mtime}......}.

To get a full list from FTP, use list instead of the default nlst . The format of the full list is similar to the result of ls -l, depending on the FTP servers.

Note: When this option is selected, using the default directory parse TPS causes an engine error or panic.
Deletion Click Edit to open the TPS Editor. Use this dialog box to select the TPS through which the driver passes processed file names.