File System Connector
Overview
The file system Connector is a transport Connector that requires a Parser in
order to operate. The file system Connector reads and writes files available on
the system it runs on. This Connector can only be used in Iterator or AddOnly
mode, or for the equivalent operations in Passive mode
Configuration
The Connector needs the following parameters:
Parameter |
Description |
connectorType |
com.architech.connector.rscFileConnector |
fileMode |
[input | output | append] |
filePath |
Name of file to read or write |
parser |
The name of a Parser to handle the contents of
the file |
fileAwaitDataTimeout |
This parameter is specified as a positive
number, the Connector will wait for available data when reading from a
file. Specify zero to wait forever or any other number which specifies the
number of seconds to wait before signalling end of file. Setting this
parameter to zero causes the Connector to simulate the Unix style
"tail -f" command. |
See Also
URL Connector
|