I try to merge two folder (from remote Server) into one local directory. It is a deployment issue, on one Server there are two folders \server1\folder1 and \server1\folder2, now i try to merge both folder into c:\NewFolder how can i solve this issue without any Tools like rsync or so?
Can i add something like virtualFolder or symlink who link to the content of this two folders?
THX Rene