Please Ignore – should have RTFM properly lol
get -latest -filemask=*1234*.csv /remote/*.* local\
get -latest -filemask=*1234*.csv /remote/*.* local\
-filemask
and -latest
in a get
command?
.csv
in a remote directory and there are 3 different version to the csv with historic copies. I am only interesting the latest of one version
prd_1234_01.csv
prd_1234_02.csv
prd_4567_01.csv
prd_4567_02.csv
prd_8901_01.csv
prd_8901_02.csv
prd_1234_02.csv
get -latest -filemask=*1234* /remote/ \local
prd_1234_01.csv
prd_1234_02.csv