Home > other >  Move a file from one SFTP folder to another SFTP Folder from Data Factory
Move a file from one SFTP folder to another SFTP Folder from Data Factory

Time:05-11

I have a Pipeline created in Data Factory that brings a file from a folder connected to an SFTP and leaves it in an ADSL container (Gen2). What I need is that once this process is finished, move the file from the SFTP source folder to another called "Procesados" but from Azure Data Factory, is it possible?

enter image description here

Thanks! Regards

CodePudding user response:

Yes that is possible. You just set up a copy activity with source as where the file is in your picture and sink as your desired destination.

  • Related