Re: Altering WinSCP timestamp, get file(s) from a specified date-named folder
I have answered your Stack Overflow question.
YYYYMMDD
and they have text file(s) in them.
%TIMESTAMP#yyyymmdd%
:
get "/some/random/path/%TIMESTAMP#yyyymmdd%/*.txt" "C:\receivables\"
20180724
; however, I want it to get the text file(s) from the folder named 20180719
which will be 5 days previous. How do I approach this?