In a job, you can use the stage "Move files", setting source directory and destination directory with "Wildcard (RegExp)" field empty (in case there are no restrictions on file type).
In a transformation, you can use the stage "Process files". Read two input parameters ("Dir source" and "Dir destination") with the stage "Get variables", the list of files you want to move with the stage "Get file names" where "Filename is defined in a field?" is checked and "Get filename from field" is filled with your "Dir source" parameter and two stages "Concat fields" to build full source path and full destination path that "Process files" will process
Below the transformation design screenshot.
Best regards