如何使用 apache camel 检查从 ftp 位置下载的文件是否已完成

How to check whether a file downloaded from a ftp location is completed or not using apache camel

我需要检查使用 camel 从 ftp 位置下载的文件是否已完成、正在下载或连接中断。如果完成,我需要执行某个功能,否则我需要再次调用

FTP 组件还具有 File2 的功能。如果您选中 docs,您将看到 preMovemovemoveFailed 的选项。您可以更改文件的名称and/or在处理前、处理成功后和失败后更改文件的位置。