Duplicating files from one directory to another on SFTP server using WINSCP and C#
I’m trying to duplicate files from one directory to another using WINSCP while using Session.DuplicateFile
. It is duplicating file but instead of provided path, it is saving file on the root directory.