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