Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在我有一个 FTP 服务。像这样的配置:http ://wso2.org/project/esb/java/3.0.1/docs/samples/transport_samples.html#Sample254 。它每隔一段时间工作一次,默认为 5 秒。如何将 VFS 设置为计划任务或如何将 VFS 公开给 Web 服务?你可以帮帮我吗?此致。
请参阅计划任务用户指南[1]。选择 Trigger Type asCron并将其定义为Cron样式条目。编写任务示例[2]。
Cron
谢谢