synchronization - Synchronizing today's files from remote to local directory using WinSCP -


I need to synchronize the files from remote to local directories using the following command

 < Code> local synchronize "d: \ FTP @ out" / out   

This works fine, but is there a way to download files, which are today's date of creation ?

Use today's one and use one.

  local-sync the filemask = "& gt; =% TIMESTAMP # yyyy-mm-dd%" "D: \ ftp \ OUT" / out   < P> It requires WinSCP 5.6 and newer.  

Further reading:

  • Question;
  • WinSCP article.

Comments

Popular posts from this blog

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -

jasper reports - How to center align barcode using jasperreports and barcode4j -

django - CommandError: You must set settings.ALLOWED_HOSTS if DEBUG is False -