Re: Copy only previous dated timestamp files from client server
There's no
If you want to transfer only yesterday files, use:
See https://winscp.net/eng/docs/file_mask#size_time
=
operator. And there cannot be a space after the -filemask=
.
If you want to transfer only yesterday files, use:
get -filemask=">=yesterday<today" /outbox/payment/* E:\Informatica\9.6.1\server\infa_shared\SrcFiles\
See https://winscp.net/eng/docs/file_mask#size_time