0
FTPインバウンドXML構成:サーバーから "XYZ" で始まるファイル名をダウンロードする方法Spring統合ftpのサーバーから「xyz」で始まるファイル名をダウンロードする方法は?
<int-ftp:inbound-channel-adapter id="ftpInbound"
channel="ftpChannel"
session-factory="ftpClientFactory"
filename-pattern="*.*"
auto-create-local-directory="true"
delete-remote-files="false"
remote-directory="/server/"
local-directory="${localDir}"
preserve-timestamp="false">
?
@GaryRussell ...ありがとうございました.... – User6375442