I have a folder with multiple files or empty. Just trying to move the files from one folder to another folder in same FTP by using the “move file or folder” FTP activity.
Facing the Error "Move File or Folder: No such file
when I check with directory exists with the full folder path, its true but getting issue on move file or folder activity.
Hi @TJamuna
Try below steps.
Check FTP Permissions – Try moving files manually via an FTP client.
Use Rename Instead – Some FTPs don’t support “Move,” but allow renaming (RNFR → RNTO).
Inside the source files folder only, I have a destination folder means Archive folder.
When I checked currentFtpObjectInfo.FullName inside the for loop, I am getting Archive folder path first instead of files, Is that issue. Please let me know