Certain connection point managers or handlers are provided as standard.
For configuring changes, see also the settings of the module.
Simple File
Data is exchanged in the form of files, to be read (Import) or written (Export) to the directories specified in the configuration.
Example of XML file:
<entities externalSystem="CODE_SYSTEME_EXTERNE" exchangeInterface="CODE_INTERFACE">
Example of CSV file:
externalSystem;CODE_SYSTEME_EXTERNE;exchangeInterface;CODE_INTERFACE>
When executing an interface on an external system, CARL Source only processes the files from the interface on the current system. Therefore, files from multiple interfaces and external systems can be stored in the same directory.
Configuration Attributes
Filtered Simple File
Data is exchanged in the form of files, to be read (Import) or written (Export) to the directories specified in the configuration.
Configuration Attributes
Error File
Configuration Attributes
Exchanges with a Web Server
Configuration Attributes
Exchanges with an FTP Server
Configuration Attributes
Exchanges with an SFTP Server
Configuration Attributes
Only the attributes specific to the SFTP connector are described below.
For other attributes, refer to the information related to the FTP connector (see the previous chapter).
The chosen authentication mode must be configured on the SFTP server side and specified by its manager.
There are three possible authentication methods:
- With username and password.
- With username and key-based authentication (specifying its location).
- With username and key-based authentication (specifying its location) as well as the passphrase for the key.
Note: The passphrase may or may not be defined by the administrator when generating the key. Therefore, it is not mandatory.