Re: Copy files
So use
Note that your code does not download files that end with current date, but files that have modification timestamp from the current date. What may in the end do the same, I just wanted to make sure understand that.
To download files that start with
post*
mask.
get post* -filemask=*>=%TIMESTAMP#yyyy-mm-dd%
Note that your code does not download files that end with current date, but files that have modification timestamp from the current date. What may in the end do the same, I just wanted to make sure understand that.
To download files that start with
post
and ends with current date use:
get post*%TIMESTAMP#yyyy-mm-dd%