我们的应用程序将使用目录结构 {date}/{usercode}/* 读取和写入文件到 FTP 文件夹。我们正在尝试使用 sftp 入站适配器。
<int-sftp:inbound-channel-adapter
id="sftpInboundAdapter"
channel="filesIn"
filename-pattern="*.xml"
session-factory="sftpSessionFactory"
remote-directory="file:${fileserver.input.path}"
local-directory="file:${fileserver.output.path}"
delete-remote-files="false"
</int-sftp:inbound-channel-adapter>
有没有办法为 sftp 入站适配器设置自定义目录扫描程序?