Hi,
I am trying to create a CWS to copy folder structure (Folder/Sub Folder/files), from one cs16 machine, into another one.
I've created a console application in which i have service references to both source and target servers (authentication and docman services).
Now I want to move on each folder in the source server (about 10,000 folders under main folder), and copy the node and it's sub nodes (sub folders and files) to the destination server.
At the end of this process, the target server will have the same structure and values as the source server.
Both env dont have object importer licence, so I have to do this with cws.
I will be happy to have some guidance about the best way to implement this.
Thanks,
Yaron