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: Download a list of file preserving their structure

You can do something like this:
get /remote/path/* C:\local\path\ -filemask=./sub1/file1;./sub2/file2;...

See https://winscp.net/eng/docs/file_mask#path
newbie12

Download a list of file preserving their structure

Hi there!

I want to create a script for downloading a list of files, (not all the existing source files) It have used a batch and it worked, however all downloaded files are saved in local root directory.

It exists some switch or mechanism in WinSCP for downloading specific files while preserves their structure

Thanks