<Host Name> Properties Dialog Box, Properties Tab (FTP Adapter Send Handler)
Use the Properties tab to configure the send handler for the FTP adapter.
| Use this | To do this | ||
|---|---|---|---|
|
Maximum Files |
Specify the maximum number of files per BizTalk Server batch. Valid values: from 1 through 200 Default value: 50 |
||
|
Address |
Specify the address of the firewall, either a DNS name or an IP address. |
||
|
Mode |
Specify the mode in which the adapter connects to the FTP server. Valid values: Passive and Active In active mode, the FTP server connects to a port opened by the FTP adapter. In passive mode, the FTP adapter connects to a port opened by the FTP server. Default value: Active |
||
|
Password |
Specify the password for the firewall. |
||
|
Port |
Specify the port for the firewall. Valid values: from 1 through 65535 Default values:21 |
||
|
Type |
Specify the type of firewall deployed. Valid values: Socks 4, Socks 5, None Default value: None |
||
|
User |
Specify the user name for the firewall. |
||
|
Account |
Optional. Specify the account name for the FTP server. |
||
|
After Put |
Specify the FTP command to run after the file PUT. Separate commands with a semicolon (;). |
||
|
Allocate Storage |
Specify the use for allocating storage space for some legacy host systems. Valid values: Yes and No Default value: No |
||
|
Before Put |
Specify the FTP commands to run before the file PUT, such as commands to change default values on the FTP server. Separate commands with a semicolon (;). No open command is required.
|
||
|
Log |
Specify the location to save a copy of a log file. Use this file to diagnose error conditions when you send or receive files through FTP. |
||
|
Password |
Specify the user password to log on to the FTP server. |
||
|
Representation |
Select how FTP sends the data, either binary or ASCII. Valid values: binary and ASCII Default value: binary |
||
|
Target File Name |
Specify the pattern for the destination file name. Default value: %MessageID%.xml |
||
|
User Name |
Specify the user name to log on to the FTP server. |
||
|
Client Certificate Hash |
Specify the SHA1 hash of the client certificate that must be used in the Secure Sockets Layer (SSL) negotiation. |
||
|
FTPS Connection Mode |
Specify the mode of SSL connection made to the FTPS server. Valid values: Implicit or Explicit Default value: Explicit |
||
|
Use Data Protection |
Specify this as Yes if the adapter must use SSL encryption when it sends and receives data files from the FTPS server. This property is applicable only if the Use SSL property is set to Yes. Valid values: Yes or No Default value: Yes |
||
|
Use SSL |
Specify whether the FTP adapter must use SSL to communicate with the FTPS server. Specify this as Yes only if the FTPS server supports the Transport Layer Security authentication command, AUTH TLS. Valid values: Yes or No Default value: No |
||
|
Temporary Folder |
Specify the location for a temporary folder on the FTP server. If a binary file is uploaded, this folder is used to guarantee recovery from a transfer failure. If an ASCII file is uploaded, the file is first uploaded to this folder and then moved to the destination FTP folder. In the event of transfer failure, the adapter restarts upload.
|
See Also
© 2010 Microsoft Corporation. All rights reserved.
Note