Advertisement
Guest User

Untitled

a guest
Jun 18th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.45 KB | None | 0 0
  1.  <flow name="CLI to FTP Service">
  2.      <component>
  3.          <spring-object bean="commandRunner"/>
  4.      </component>
  5.      <ftp:outbound-endpoint user="${ftp.user}"
  6.                             password="${ftp.password}"
  7.                             host="${ftp.host}"
  8.                             port="${ftp.port}"
  9.                             path="${ftp.path}"
  10.                             outputPattern="#[header:COMMAND_TIME_STAMP].txt" />
  11.  </flow>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement