Now I have a FTP service. The config like this: http://wso2.org/project/esb/java/3.0.1/docs/samples/transport_samples.html#Sample254 . It works every interval time, default is 5 seconds. How to set VFS to a scheduled task or how to expose VFS to a web service? Could you help me? Best regards.
Now I have a FTP service. The config like this: http://wso2.org/project/esb/java/3.0.1/docs/samples/transport_samples.html#Sample254 . It works
Share
Please refer Scheduled Tasks User Guide [1]. Select the Trigger Type as
Cronand define it as aCronstyle entry. To write a task sample [2].Thanks