console synchronize with multiple files at once

Advertisement

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"

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
41,121
Location:
Prague, Czechia

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.

Reply with quote

Advertisement

You can post new topics in this forum