SFTP file copy

Hello All,

As part of my automation solution, I am trying to copy a particular file within SFTP to a new folder within the same SFTP.
Whenever I am trying to copy file activity, I’m getting an error saying part of the path is missing but I’ve checked and confirmed that the path is the right one when accessing manually.

I am using Copy File activity within FTP Scope activity,

  1. Is copying a file from one location to a new folder location within the same SFTP possible? Or do I have to download it to a local path and then upload the file the only feasible way here ?
  2. Am I missing something with using my copy file activity.

Any response would be of great help
Thanks in advance.

Hi @BibinThomas26

Could you try ‘Move File or Folder’ activity?

As an alternative, if SFTP is a Linux/Unix server you may execute a remote command by using SSH Connector Activities

image

Hope it helps!