@@ -104,16 +104,28 @@ An example json is here:
104
104
"mqPassword":"bXlwYXNzdzByZA==",
105
105
},
106
106
"protocolBridge" : [{
107
- "serverType":"FTP",
108
- "serverHost":"ftp.mycomp.com",
109
- "serverTimezone":"Europe/London",
110
- "serverPlatform":"UNIX",
111
- "serverLocale":"en-GB",
112
- "serverListFormat":"UNIX",
113
- "serverLimitedWrite":"false",
114
- "serverFileEncoding":"UTF8",
115
- "serverPassiveMode":"true",
116
- }],
107
+ "name": "defautsftpserver",
108
+ "type": "SFTP",
109
+ "host": "defautsftpserver",
110
+ "port": 22,
111
+ "platform": "unix",
112
+ "timeZone": "Europe/London",
113
+ "locale": "en_GB",
114
+ "fileEncoding": "UTF-8",
115
+ "listFormat": "unix",
116
+ "limitedWrite": false,
117
+ "maxListFileNames": 100,
118
+ "maxListDirectoryLevels": 10,
119
+ "maxSessions": 60,
120
+ "socketTimeout": 30,
121
+ "maxActiveDestinationTransfers": 25,
122
+ "passiveMode": "true",
123
+ "cipherList": "aes128-ctr,aes128-cbc,3des-ctr,3des-cbc,blowfish-cbc,aes192-ctr,aes192-cbc,aes256-ctr,aes256-cbc",
124
+ "hostKeyCipherList": "ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521",
125
+ "keyExchangeCipherList": "ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1",
126
+ "MACCipherList": "hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha1-96,hmac-md5-96",
127
+ "fingerprintHash": "md5"
128
+ }],
117
129
"additionalProperties": {
118
130
"protocolBridgeCredentialConfiguration" : "/mqmftbridgecred/agentcreds/ProtocolBridgeCredentials.prop"
119
131
},
0 commit comments