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: Possible to script sessions in parallel?

No it is not possible to transfer several files in parallel from script.
Of course you can run more instances of WinSCP. You can use windows shell command "start" for that.
Kenundrum

Possible to script sessions in parallel?

Hi-
I'm trying to script file transfers that go to about 20 different sites. They have somewhat limited bandwidth but the central location has lots. when i'm in the GUI mode, i can connect to the sites and begin multiple transfers in the background in the queue. When i do the same thing using a script, everything happens in sequence, so it takes a much longer time to run- albeit with no interaction by me.
Is there a way to create a script that can open multiple sessions and then run commands in parallel? or would i be better off working some sort of magic in dos creating a batch that just calls multiple instances of winscp at the same time?