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?
Advertisement
Advertisement
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; */"
For info about exclude/include mask refer to transfer setting documentation.Great!!! That is exactly what I needed. Is there as place ot find this info?
Advertisement
You can post new topics in this forum