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: console synchronize with multiple files at once

Do you mean in parallel? No, parallel transfers are not supported in scripting. And actually not even in GUI, when synchronizing.
Guest

console synchronize with multiple files at once

How can I upload or download several files at the same time when I sync?
I'm looking in the documentation but can't find it. Is there a parameter to add?

winscp.com /ini=nul /command ^
    "open ftp://lalala/" ^
    "option batch continue" ^
    "mkdir /PROB/2020-05-06/" ^
    "option batch abort" ^
    "synchronize remote -delete E:\PROB\2020-05-06\ /PROB/2020-05-06/" ^
    "exit"