Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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.
john742

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?
martin

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; */"
john742

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?