Post a reply

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

solicom

Re: How to exclude some folders from TXT file

martin wrote:

WinSCP does not support this.


Does winSCP still not support how to exclude / include specific folders/directories reading a list from a TXT file or any other file type???

I want to read a TXT file with all the paths to be only included within my synchronization, and let WINSCP to synchronize only those that are included in the TXT file.

Thanks for support.
martin

Re: How to exclude some folders from TXT file

WinSCP does not support this.
solicom

How to exclude some folders from TXT file

Hello,

I want to synchronize excluding some folders BUT I dont want to add every folder to my code to exclude them, is there a way I can add a TXT file where can contain all the folders name that I want to exclude???

My code:

synchronize local -filemask="*.zip>2013-02-07|archive/" D:\BIOS /remote/BIOS

instead of adding |archive, I want to add something like |exclude.txt where will be included a list of folders I want to exclude.

THX