I have a requirement to sftp different files onto a server.
The files that are in scope for delivery resides in a Windows server.
I thought of using Spring Integration adapters for this purpose as not only do I have to deliver files but also have additional requirement of writing metadata information to database for each file delivery.
Do you have any idea how I can sftp multiple files that are on a windows file share to other servers using spring integration?