Vote count:
0
<flow name="test2" doc:name="test2">
<sftp:inbound-endpoint host="${source.server.host}"
port="${source.server.port}" path="${source.server.wells.path}" user="${source.server.user}"
password="${source.server.password}" responseTimeout="10000"
pollingFrequency="${source.server.pollfrequency}" doc:name="source SFTP server" connector-ref="SFTPtwo"/>
<sftp:outbound-endpoint exchange-pattern="one-way"
outputPattern="#[message.inboundProperties['originalFilename']]"
host="${target.server.host}" port="${target.server.port}" path="${target.server.wells.path}"
user="${target.server.user}" password="${target.server.password}"
responseTimeout="10000" doc:name="Intermediate Host" connector-ref="TARGETSFTPtwo"/>
</flow>
I want to transfer files from sftp server with multiple path,I had configure ten flows like this in one project,they will access the diffent path on one SFTP server to tranfer files to another SFTP server's diffent path at the same time. But when I ran this project, it returned "SSH_MSG_DISCONNECT: 2 Too many users for this IP" , How can I resolve this issue, or there are better ways to meet this requirement. any suggestion? thanks
asked 38 secs ago
transfer files from sftp server to another sftp server with mule flow
Did you find a solution for this?
RépondreSupprimer