Hi,
In my scenario, I have txt files with unique names created under date subfolder under main folder. I want to copy ONLY the files to one single destination main folder. I don't want date subfolders creation in the destination main folder.
Source side:
FolderA
date1
File1.1.txt
File1.2.txt
date2
File2.1.txt
File2.2.txt
Destination Side:
FolderA
File1.1.txt
File1.2.txt
File2.1.txt
File2.2.txt
I know that it is possible with FFS. Please help me with the FFS configuration. Quick response is really appreciated.
Thanks & Regards..
Ignore subfolders and sync only subfolder contents
- Posts: 2
- Joined: 16 Feb 2024
- Posts: 2450
- Joined: 22 Aug 2012
- Posts: 2
- Joined: 16 Feb 2024
Thanks for clarifying.