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?
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"