|
|||||||||||||||||||
|
|
Configure a BizTalk Server Message Port to use the FTP Application Integration Component (AIC) and upload BizTalk Server messages to an FTP server. Messages are saved as files on the FTP server. The AIC is written in 100% managed C# code. Use the BizTalk channel advanced configuration to configure the FTP AIC. Specify the domain name or IP address of the FTP server, the FTP port number, the FTP login user name and password, the destination directory name on the FTP server, the transfer mode and connection type, and whether to enable tracing. The remote file name is the name of the file on the FTP server to which the message will be uploaded. It must be a legal file name for the FTP server but can include the following substitution variables:
The following is an example remote file name: /upload/biztalk/%tracking_id%. Once enabled, the FTP AIC writes trace data to the Windows Application event log. This information assists in tracking down configuration and other problems. Each message received from BizTalk Server by the FTP AIC is uploaded and stored as an individual file on the FTP server in the configured remote directory. File names consist of a universally unique identifier and file extension. Features
FTP AIC ConfigurationUse the BizTalk channel advanced configuration to configure the FTP AIC. Specify the domain name or IP address of the FTP server, the FTP port number, the FTP login user name and password, the destination directory name on the FTP server, and whether to enable tracing. Tracing FTP OperationsOnce enabled, the FTP AIC writes trace data to the Windows Application event log. This information assists in tracking down configuration and other problems. Uploading Messages to the FTP ServerEach message received from BizTalk Server by the FTP AIC is uploaded and stored as an individual file on the FTP server in the configured remote directory. File names consist of a universally unique identifier and file extension. FTP ComponentIf you want a general purpose FTP .NET component, refer to the FTP Component. |
||||||||||||||||||
|
|||||||||||||||||||