我使用Spring Integration FTP将文件从ftpserver复制到本地并进行处理。使用Spring boot& amp; spring集成但我已经在OpenShift中部署了应用程序,但它没有查找FTP文件。
例如:
In local FileReadingMessageSource is getting invoked
[task-scheduler-5] o.s.i.file.FileReadingMessageSource : Created message: [GenericMessage [payload=file-temp\abcd.xml, headers={id=30e5289a-aba6-19db-1d81-3036fca251b0, timestamp=1464675579294}]]
但是在Openshift中没有调用它。是否需要特殊配置才能工作?
答案 0 :(得分:0)
根据Linux团队的说法,Openshift不支持FTP客户端,并且无法在Openshift中使用spring集成运行FTP