Transport Protocol: Sender File Adapter Parameters
Transport Protocol: Sender File Adapter Parameters
Transport Protocol
The file can be selected from either a file system (File System (NFS)) or from
a File Transfer Protocol (FTP) server.
Message Protocol
● To send the file content to the Integration Engine or the PCK unaltered,
choose File.
● If you want to send the Integration Engine or the PCK a text file with
complex data structures that are to be converted into an XML document,
choose File Content Conversion and make the required entries for
conversion under Content Conversion Parameters
Adapter Engine
Select the Adapter Engine on the Integration Server, or select a non-centrally
installed Adapter Engine. This selection is not available in the PCK.
Source Tab Page
File Access Parameters
● Source Directory
Specify the directory where the files to be processed are located.
You can either specify the entire path name or a name relative to the
working directory of the Adapter Engine. In all platforms (including
Windows), use a forward slash (/) to separate directory names in
accordance with Java specification.
● File Name
Specify the name of the file that you want to process.
● Advanced Selection for Source File
If you want to set an exclusion mask for the File Name specified above, or if
you want to specify multiple directories using a file name mask and
exclusion mask, set the Advanced Selection for Source Fileindicator.
○ Specify an Exclusion Mask for the file name specified above.
You want to process all files that have the extension '.txt', but want to
exclude all files that begin with the letter 'a'. To do this,
enter *.txt for File Name, and a* for Exclusion Mask.
○ You can enter additional specifications for source directories,
file names, and exclusion masks in the table. This data is processed
in addition to the details specified above.
FTP Connection Parameters
Use of the file transfer protocol follows the specification RFC 959. If you have
selected the transport protocol File Transfer Protocol (FTP), specify the
following:
● Server
Enter the host name or IP address of the FTP server.
● Port
Specify the port number of the FTP server.
The default is the standard port for the FTP server (21).
● Data Connection
○ Active
In active mode, the server establishes a data connection from its data
port, port 20, to an end point chosen by the client.
○ Passive
In passive mode, the client establishes a data connection to the port
required by the server.
The default setting is a passive data connection. Only change this
setting if you have a specific reason.
● Timeout (secs)
If no data is transferred between the client and the FTP server in the time
interval specified here, the adapter interprets this as an error and
terminates the transfer.
● Connection Security
○ None
The FTP protocol is used without encryption.
○ FTPS (FTP Using SSL/TLS) for Control Connection
The FTP control connection is protected using TLS/SSL (Transport
Layer Security/Secure Sockets Layer).
File transfer is unencrypted.
○ FTPS (FTP Using SSL/TLS) for Control and Data Connection
All communication with the FTP server is encrypted and uses
TLS/SSL.
If you selected FTPS for Connection Security, then enter the following
details:
○ Command Order
Specifies the sequence of commands used to authenticate and secure
the connection.
Retain the default setting. Only adjust the sequence of commands to
match those expected of the FTP server if you encounter problems
with the FTP connection. For information about the correct setting,
see the documentation for the FTP server.
○ Use X.509 Certificate for Client Authentication
Set this indicator if the adapter, in contrast to the FTP server, is to
use X.509 certificate and public-key cryptography to authenticate
itself. The corresponding key/certificate pair must previously be
saved in a keystone view of the J2EE server by using the Visual
Administrator.
○ Enter the Keystore and the X.509 Certificate and Private Key. To
do this, you can use the input help.
This parameter is applicable only for the File adapter. If you enter a
value in this field when configuring the sender FTP adapter, it will
have no effect.
● Maximum File Size
Specify the maximum file size in bytes.
The adapter only processes files that are smaller than the specified size. An
error occurs if files are any larger.
● Table
Specify the additional parameter names and parameter values in the table.