running a script to sync. directories

Advertisement

john742
Guest

running a script to sync. directories

Is there a way to only sync a specific file type in a directory ? Example: only sync .log files when multiple other file types are present?

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: running a script to sync. directories

option include "*.log"
If you want to synchronize also .log files in subdirectories you must allow WinSCP to enter them by adding mask "*/":
option include "*.log; */"

Reply with quote

john742
Guest

Re: running a script to sync. directories

martin wrote:

option include "*.log"
If you want to synchronize also .log files in subdirectories you must allow WinSCP to enter them by adding mask "*/":
option include "*.log; */"


Great!!! That is exactly what I needed. Is there as place ot find this info?

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: running a script to sync. directories

john742 wrote:

Great!!! That is exactly what I needed. Is there as place ot find this info?
For info about exclude/include mask refer to transfer setting documentation.
For info about "option" command type "help option" in WinSCP console.

Reply with quote

Advertisement

You can post new topics in this forum