OFTP2 Destinations
OFTP2 (Odette File Transfer Protocol version 2) is a protocol used for secure, reliable file transfer between partners. The configuration below outlines the key parameters required for setting up an OFTP2 connection.
OFTP2 Connection Parameters
The table below provides a description of each parameter used in configuring an OFTP2 connection:
| Field | Description |
|---|---|
| Connection Name | A unique identifier for the OFTP2 connection. This name is used to distinguish between different connection configurations. |
| Own SSID | The SSID (Sender Service Identifier) for your system. This value identifies your system in the OFTP2 network. |
| Partner SSID | The SSID (Receiver Service Identifier) for your partner's system. This value identifies your partner in the OFTP2 network. |
| Expected Virtual File Name | The expected name of the virtual file in the transaction. This name will be used to verify that the correct file is being transferred. |
| Compressed | Indicates whether the file will be compressed before transmission. Set to true if the file is to be compressed, false otherwise. |
| Secure Authentication | Whether secure authentication is enabled. If set to true, secure authentication is required to establish the connection. |
| Signed | Indicates whether the file will be signed before transmission. Set to true if the file should be signed, false otherwise. |
| Verify Signature | If set to true, the recipient will verify the signature of the file to ensure integrity and authenticity. |
| Partner Certificate ID | The identifier of the certificate used by your partner for verifying the signed file. This is part of the public key infrastructure (PKI) used for signing and verifying files. |
| Own Keystore | The location or path to your own keystore file, which contains your private key used for signing files. |
| Own Keystore ID | The identifier used to access the correct keystore for signing and encryption purposes. |