Help to create a correct command to download many files using wildcard and variable
Hello, I would like to know how the correct structure of the GET command is to be able to download several files that meet two conditions: one that varies by business unit (first *) and proccess instance (second *) and another that varies by date (%1% ) and it would be sent as a parameter when calling the .bat file. Example:
Executing this instruction are downloading all the files from the directory, skipping the wildcard condition and parameter.
Thanks.
"get /reports/work/people/consolidates/AK*_CONSOLIDADO_%1%_*.csv c:\temp\"
Executing this instruction are downloading all the files from the directory, skipping the wildcard condition and parameter.
Thanks.