Files
tibcoRepository/LocalResources/FTP Connection.sharedftp
2024-09-03 13:10:21 +02:00

20 lines
722 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<BWSharedResource>
<name>FTP Connection</name>
<resourceType>ae.shared.FTPuserChannel</resourceType>
<config>
<Timeout>6000</Timeout>
<Port>21</Port>
<Encoding>UTF8</Encoding>
<FireWall>false</FireWall>
<Mode>Active</Mode>
<Host>eu-central-1.sftpcloud.io</Host>
<UserName>%%FTPUSername%%</UserName>
<Password>%%FTPPassword%%</Password>
<useSsl>false</useSsl>
<ProxyPort>8080</ProxyPort>
<ns0:ssl xmlns:ns0="http://www.tibco.com/xmlns/aemeta/services/2002">
<ns0:strongCipherSuitesOnly>true</ns0:strongCipherSuitesOnly>
</ns0:ssl>
</config>
</BWSharedResource>