配置 FTPS 服务器的协议网桥
以配置 FTP 服务器的相似方式配置 FTPS 服务器:创建服务器的网桥代理、定义服务器属性和映射用户凭证。
关于本任务
过程
示例
协议网桥属性文件中 FTPS 服务器的示例条目如下所示:
<tns:serverProperties xmlns:tns="http://wmqfte.ibm.com/ProtocolBridgeProperties"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://wmqfte.ibm.com/ProtocolBridgeProperties
ProtocolBridgeProperties.xsd">
<tns:defaultServer name="ftpsserver.mycompany.com" />
<tns:ftpsServer name="ftpsserver.mycompany.com" host="ftpsserver.mycompany.com" port="990" platform="windows"
timeZone="Europe/London" locale="en_US" fileEncoding="UTF8"
listFormat="unix" limitedWrite="false"
trustStore="c:\mydirec\truststore.jks" />
<!-- Define servers here -->
</tns:serverProperties>后续操作
有关受支持且不受支持的 FTPS 协议部分的信息,请参阅 由协议网桥提供的 FTPS 服务器支持。