-1

I have an sftp folder where 200 files will be dropped on daily basis. I need to archive these files and move them to another sftp folder in 1 shot instead of moving 1 file at time. Basically, I want to archive/move the files into a separate folder without using foreach approach of archiving and writing file by file. Is there an approach that I can follow to achieve that.

Thx

james11
  • 55
  • 6
  • Seems like the default behavior of the Mule SFTP connector. Have you tried it? Doesn't it meet your expectations? You should be more specific in your question and provide more details. – aled Nov 21 '22 at 21:07
  • I have amended the question with some more details. – james11 Nov 21 '22 at 21:37

1 Answers1

0

The SFTP Listener source has a Move To Directory configuration to set a directory to move the files received to that directory.

aled
  • 21,330
  • 3
  • 27
  • 34