I have tried the code that you sent me, it throws me an error of
No matching files found 190625*
My question was, I want to download multiple and only newly generated files from FTP server to the local directory with timestamp and filename according to this name format "(Timestamp)(filename)"
tried every other combination as follows:
winscp> get "%TIMESTAMP#yymmdd%*.csv" "c:\PBI-files\"
No file matching '190625*.csv' found.
get -neweronly "%TIMESTAMP#yymmdd%*.csv" "c:\PBI-files\"
No file matching '190625*.csv' found.
mget -neweronly "%TIMESTAMP#yymmdd%*.csv" "c:\PBI-files\"
No file matching '190625*.csv' found.
FTP directory has files names as
00.csv
,
01.csv
,
02.csv
and so on.