简体   繁体   中英

Mule SFTP File Listener

I have a question about mule.

I have a SFTP Component that moves file to local directory every end of month by Quartz component.

but when the file upcoming to the SFTP at the middle of month.

I want to move it at a time, i don't want to wait until end of month.

i need something depends on event, listening files like service or something like this.

If Is there any configuration can help me.

You could use a <composite-source> as your flow source and place inside of it both a quartz endpoint and, say, an http endpoint.

That way you'll be able to trigger manually (over HTTP) the same flow that gets triggered monthly by Quartz.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM