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

martin

Re: How to sync directory/sub-directory into only 1 Local dire

No, it is not possible.
It should not be difficult to script it with WinSCP .NET assembly with some elementary programming skills though.
solicom

How to sync directory/sub-directory into only 1 Local dire

Hello,
I was wonder if its possible to sync all ZIP files with a specific date within a Remote directory and all its sub-directories, into just 1 Local directory, avoiding creation of sub-folders in my local.

Code:

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

Currently it creates all subdirectories into my local, I want to have all ZIP files in my local into just only 1 directory.

THX