Synchronize and Mask Command
I'm trying to sync only *.tar.gz files to my local directory.
This works and syncs ALL files in /pce/data/test:
synchronize local -delete C:\apps\TransferHolding\pce\xmldata /pce/data/test/
This doesn't work, gives me Error listing directory '/pce/data/test/*.tar.gz'. No such file or directory:
synchronize local -delete C:\apps\TransferHolding\pce\xmldata /pce/data/test/*.tar.gz.
I've looked all over and the only thing I can find is 'Existing files only' but I'm not sure how to set that via scripting. I know my Mask is correct b/c 'ls /pce/data/test/*.tar.gz' returns my one file.
Thanks!
This works and syncs ALL files in /pce/data/test:
synchronize local -delete C:\apps\TransferHolding\pce\xmldata /pce/data/test/
This doesn't work, gives me Error listing directory '/pce/data/test/*.tar.gz'. No such file or directory:
synchronize local -delete C:\apps\TransferHolding\pce\xmldata /pce/data/test/*.tar.gz.
I've looked all over and the only thing I can find is 'Existing files only' but I'm not sure how to set that via scripting. I know my Mask is correct b/c 'ls /pce/data/test/*.tar.gz' returns my one file.
Thanks!