Advertisement
Guest User

Untitled

a guest
Jun 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.43 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}" password="${ftp.password}"  
  6.                            host="${ftp.host}" port="${ftp.port}"  
  7.                            path="${ftp.path}"  
  8.                            outputPattern="#[header:COMMAND_TIME_STAMP].txt">  
  9.      </ftp:outbound-endpoint>  
  10. </flow>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement