Re: Downloading only specific files with command script
I'm getting an error with this line
synchronize local y:\CMR\-filemask="|*/"
Can someone tell me what I need to change to make it work?
There has to be a space between
synchronize
command parameters and the -filemask
switch:
synchronize local y:\CMR\ -filemask="|*/"