Copying Folder and contents into Assets via Touch UI
Is it a problem that Importing folders and contents via Touch UI includes hidden files from UNIX source?
Is it a problem that Importing folders and contents via Touch UI includes hidden files from UNIX source?
Yes, importing folders and contents via Touch UI in AEM as a Cloud Service (AEMaaCS) from a UNIX source can include hidden files (such as .DS_Store, .gitignore, or other dot-prefixed files), which might cause unintended issues.
Pre-filter Before Upload: Before uploading, manually remove hidden files from the UNIX source using:
find . -name ".*" -exec rm -rf {} \;
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.