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.
Configuration
The Connector needs the following parameters:
Parameter |
Description |
connectorType |
com.architech.connector.rscFileConnector |
fileMode |
[input | output] |
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. |
Downloads
Included in base product
See Also
URL Connector
|