Hello, i'd like to know if and how it is possible to map the name of the source directory to a different format for the target directory before fxp, e.g.:
Code:
/some/path/on/the/source/server/2000/2000-01-01/
to
Code:
/some/path/on/the/target/server/2000/2000-01/0101/
I found the "Advanced Transfer" option, but this requires to manually enter the new value for a huge amount of folders, which is not very comfortable. Is there a way to define a source pattern to be mapped to a target pattern?
I would like to queue whole 2000 folder from source server and would like to have its content getting mapped automatically to the structure of the 2000 folder and its subdirectories on the target server. Is that possible? If so, how?