Re: EnumerateRemoteFiles to get only new files
That does not work for me. While that filter indeed does something, it does not filter the files correctly by the date. And even if that did work, it's not Windows wildcard. Windows wildcard is what you can use on Windows command-line. Windows wildcard supports
https://winscp.net/eng/docs/library_session_enumerateremotefiles#fn1
*
and ?
only, as documented:
https://winscp.net/eng/docs/library_session_enumerateremotefiles#fn1