!Copy or move folders to another location preserving the inner folder structure (Recursive Copy/Move).\\

The job is made up of a Find -> Copy task chain with a little tweak.

[attachments|rec_copy1.png]

Point the Find task to the parent folder of the folder structure you wish to copy. In my case, the parent folder is the Source/ folder, and want to find anything in the ABC folder including that, hence the Find Filter. Keep in mind, that we do a match against the full source URL, this is the reason for the */ABC* filter syntax.
Adjust the Depth of the folder structure according to your environment and optionally adjust the age according to your goals.

[attachments|rec_copy2.png]

Browse the destination folder in the Copy task. The variable at the end is {path}. Optionally can increase the threads if there are multiple smaller files, and can convert the Copy task to Move with one click.

[attachments|rec_copy4.png]

IMPORTANT! When it's a Move from a remote FTP site, so the Find task is pointed to an FTP URL, in its Advanced Options menu need to enable the "Avoid use of 'STATS' command" option

[attachments|MoveFromFTP]

----
!Recursive Delete

This scenario is similarly simple.
You might want to decrease the retrying seconds, but otherwise, the defaults of the Delete task are right.

[attachments|rec_del1.png]

[attachments|rec_del2.png]

[attachments|rec_del3.png]