Re: CLI: Get subfolders/files that are older than x minutes even if root folder mod date has changed
You want this
It makes WinSCP recuse into all subdirectories (the
get * -filemask=*<1N localpath
It makes WinSCP recuse into all subdirectories (the
*
), but download only the files that are at least one minute old (the -filemask=*<1N
).