get command with -filemask
I am attempting to download the last modified file in the past two days that starts with the letter "H". This is my current script. I am getting the error
This is my script
At the moment I just want it to download to the current working directory.
Missing Parameter for command 'get'
This is my script
option batch continue option confirm off open hart get -filemask="*>=2D ; H*" ./ exit
At the moment I just want it to download to the current working directory.