FTPS Implicit trading partner |
Top Previous Next |
This trading partner exchanges data with a remote FTPS service using the implicit mode. The MFT Server initiates the connection to the remote FTPS service that you configure for this trading partner. It is assumed that the administrator of the remote service has provided you with the details needed to set up the FTPS trading partner - details such as the system's hostname or IP address, port number, username, and password. .
Adding the FTPS implicit trading partner
In the desired domain, navigate to the AUTOMATION > Trading Partners module. Click on the Add button, or right click anywhere in the grid area and select Add from the pop-up menu. In the Add Trading Partner dialog window, select FTPS implicit as the Protocol, then click OK. The Add "FTP/S" Trading Partner dialog will appear as depicted in the figure below.
Figure 461
Basic
Name - The unique name to assign to this trading partner. Enter a name that best describes the trading partner, as you will be selecting the name when using the partner in MFT Server features that support it.
Company - The name of the company that this trading partner represents.
E-mail - The primary email address for this trading partner.
Connection
Host/IP - The hostname or IP address for the remote FTP implicit service.
Port - The port number for the remote FTP implicit service
Timeout - The maximum timeout (in seconds) for establishing a connection to the remote service
Enable TCP_NODELAY - If checked, this setting disables Nagle's algorithm.
Username - The username when logging in to the remote FTP implicit service.
Password - The password when logging in to the remote FTP implicit service.
Proxy
This section is for MFT Server customers who have configured a proxy server that the trading partner connection is required to go through.
Proxy Type - The type of proxy service. The options available are in the drop down list. If one is selected you can set the following:
Proxy Host - The hostname or IP of the proxy service.
Proxy Port - The port number of the proxy service.
Username - The username used when logging in to the proxy service
Password - The password used when logging in to the proxy service..
SSL
Host Key - If checked, this means a certificate is being used to verify the identity of the remote server. The field's dropdown list allows you to select a Host key - managed by the Key Manager. The Host key is the public certificate generated by the administrator of the remote service, then sent to the MFT Server administrator. The certificate can then be imported into the Host Keys grid - on the global-level (Keys > Host Keys) or domain-level (SECURITY > Keys > Host Keys).
Client Key - This key is used to enhance the authentication of the MFT Server (the client) connection to the remote FTPS service. A key pair (where the public key is in the form of a certificate) is used for client authentication. Click the Client Key button, then select the client key type, which consists of the three options described below. Note: The remote FTPS service administrator and the MFT Server administrator are both capable of generating the key pair and providing the appropriate key to the respective party.
Post login command - Post login command required to control server mode/state. Example: SITE RDW LRECL=80 RECFM=FB TRACKS PRIMARY=10 SECONDARY=5
Passive Transfer Mode - If checked, passive mode will be used when connecting to the remote server.
Enable EPSV - If checked, EPSV (Extended Passive Mode) is enabled.
Tags
Tags - If specified, this is the one or more tags that are used to limit which administrators have access to this trading partner.
Example using the FTPS Implicit trading partner in a trigger action
Triggers are created on the domain-level in AUTOMATION > Triggers. Triggers listen for events (e.g., a file download) and respond with automated actions. There are many trading partner-specific trigger actions. This example does not provide all the steps when creating a trigger; it describes how a trigger action would be configured using the FTPS Implicit trading partner. For a complete discussion about triggers, click here.
Assume, when a trigger event occurs, you would like a file to be automatically downloaded from trading partner system to the MFT Server .
To accomplish this, you would need to add an action to the trigger, in the Trigger Actions area. The action to add is Trading Partner File Download as depicted in figure 495 below.
Figure 495
Partner - This is the trading partner name. A list of existing trading partners will appear in the dropdown list for you to choose from.
Remote File - This is the file name that will be downloaded from the FTPS server to the MFT Server. In this example, the home directory of the connecting user (User3 as per the Connection > Username field in figure 461) is where the source file (testfile) is located.
Local File - This the local MFT Server directory and file name, which specifies where to place the uploaded file, and what to name it. In this example, the file will be uploaded to the MFT Server "data" folder, with a file name of User3_TestFile.txt.
|