1

我使用Spring Integration FTP 将文件从 FTP 服务器复制到本地并进行处理。它在本地使用Spring Boot和 Spring Integration 工作正常,但我已经在 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 中调用。它是否需要任何特殊配置才能工作?

4

1 回答 1

0

根据 Linux 团队的说法,OpenShift 不支持 FTP 客户端,并且无法使用 OpenShift 中的 Spring Integration 运行 FTP。

于 2016-06-03T10:29:32.477 回答