I'm trying to move file from one server to another and I need to preserve folder structure so files from subfolders on source gets moved to subfolders on destination
example:
files in Folder 1 \\server1\folder1\**
gets moved to folder1 on server2 \\server2\folder1
I'm not able to do it so far in the delivery folder, I used %recursed_path%
How to preserve folder structure
Re: How to preserve folder structure
Hey hhajj,
you can make use of the file-variables. For your example use
if you have more subfolders, use
Take a look at the wiki for more information of the File- and other Variables. There is pretty much you can do with it in terms of FileStructure.
If you want to see, what the Variables REALLY do before you run the whole thing "hot", just put them out in a txt-file (Generate Text File-Node).
cheers,
thomas
you can make use of the file-variables. For your example use
Code: Select all
%s_original_path~1%
Code: Select all
%s_original_folder%
If you want to see, what the Variables REALLY do before you run the whole thing "hot", just put them out in a txt-file (Generate Text File-Node).
cheers,
thomas
Re: How to preserve folder structure
Hello Hhajj,
Yeah, as Thomas said, you can use different variables to succeed.
Go here on the wiki ;
https://ffastrans.com/wiki/doku.php?id= ... _variables
There is some useful explanations
Cheers.
Yeah, as Thomas said, you can use different variables to succeed.
Go here on the wiki ;
https://ffastrans.com/wiki/doku.php?id= ... _variables
There is some useful explanations

Cheers.