The following table describes the Connection profile manual additional parameters.
Parameter |
Description |
---|---|
ssl.provider.options.sslprotocol |
Overrides the enabled SSL protocols such as, SSLv3,TLSv1,TLSv1.1, and TLSv1.2. NOTE: If you want to work with SSLv3, mark the jdk.tls.disabledAlgorithms=SSLv3 attribute with #, and then restart the container. To edit the file, use the following path: ${path}\BMC Software\Control-M Agent\Default\CM\AFT\JRE\lib\security EXAMPLE: TLSv1.2 SSLv3,TLSv1 |
ssl.provider.options.tlsciphersuite |
Overrides the enabled cipher suites |
ssl.keystore.keyalias |
Overrides the keystore alias |
ftp.charset |
Uses a different character set when connecting to a remote FTP server (if not specified, UTF-8 is the default charset). EXAMPLE: ISO-8859-1 |
sftp.charset |
Uses a different character set when connecting to a remote SFTP server (if not specified, UTF-8 is the default charset) EXAMPLE: ISO-8859-1 |
sftp.newline |
Defines CRLF or LF to override the ASCII End of Line control character abbreviation, when transferring with SFTP protocol and ASCII mode. By default, End of Line is based on the Connection Profile OS type (Windows = CRLF, UNIX = LF). EXAMPLE: CRLF or LF |
sftp.remove.directory.trailing.slash |
Determines whether the remote SFTP server enforces omitting a trailing slash when running directory operations (such as, mkdir and rmdir). Default: Trailing slash EXAMPLE: true or false |
sftp.ignoreIsRemoteDirCheckingWhenStoreFile |
Enables you to upload files to a specific server. Default: true |
slowdown.rate.millisecond |
Determines the number of milliseconds to wait between each read/write operation during transfer when the remote server is very slow. EXAMPLE: 300 |
ui.max.records.in.list |
Limits or extends the number of records returned to the File Transfer browser dialog. By Default, 10,000 records are returned EXAMPLE: 20000 |
ftp.path.with.spaces.improved.directory.listing |
Determines whether the FTP client performs a directory listing on the whole directory when transferring specific file path that includes spaces such as, /aaa/bbb/ccc ddd.txt or square brackets. This property has no affect if transferring a path without spaces or transferring directory or pattern. Use this property only if the Connection Profile is Windows or Linux (not supported on AIX). EXAMPLE: true or false |
|
Determines whether to change the working directory to the target FTP or SFTP path before writing a file. EXAMPLE: true or false |
sftp.flush |
Determines whether to ask SFTP server to flush any buffer than was sent (to verify the target file was updated in case of disconnections). NOTE: If set to true, performance might be affected. EXAMPLE: true or false |
as2.compressMessageBeforeSign |
Determines whether to compress AS2 message before signing the message. EXAMPLE: true or false |
s3.use.virtual.hosted.style |
Determines whether to use the virtual-hosted style (mybucket1. s3-eu-west-1.amazonaws.com) for S3 buckets on S3 API calls. EXAMPLE: true or false |
s3.set.api.version |
Determines which REST API version to use . Default: 2 |
s3.set.http.connection.protocol |
Determines whether to use HTTP instead of HTTPS for S3 connections. EXAMPLE: true or false |
use.proxy |
Determines whether to connect to the SFTP/FTP server via Web Proxy, if enabled in the Configuration Management window. Default: true |
s3.proxy.host |
Determines the hostname or IP of the web proxy server. NOTE: The Connection Profile web proxy server settings override the Configuration Management web proxy server settings (seeControl-M for MFT configuration parameters). |
s3.proxy.port |
Determines the port number of the web proxy server. NOTE: The Connection Profile web proxy server settings override the Configuration Management web proxy server settings (seeControl-M for MFT configuration parameters). |
Parent Topic |