Hi, using -filemask=|*/ as Martin suggested seems like the best way to skip subfolders. About the order of the mask, I think it doesn’t change much since all patterns are checked together.
- nobugme
-filemask
before, but I’m curious—does the order of the patterns in the mask affect performance or the way files are processed during a transfer? For example, if we exclude multiple subdirectories with |*/dir1/|*/dir2/
, is it handled sequentially or all at once?
put -filemask=|%credmgntlocal%\*\ %credmgntlocal%\*.* %mtremotein%
put -filemask=|*/ %macrolocal%\*.* %macroremotein%
-filemask
does the convention not have to follow the target system? Obviously it doesn't but I'm curious about that. Forgive my ignorance :)
-filemask=|*/
.
put -filemask=|*/ %macrolocal%\*.* %macroremotein%
put -filemask=|%macrolocal%\*\ %macrolocal%\*.* %macroremotein%"
macrolocal
is the local directory with a subdirectory inside it. Macroremotein
is as you might suspect the remote directory.