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: Scripting execution order on upload functionality

It will upload the files in that order.
carlosmcs

Scripting execution order on upload functionality

For example, lets say that I execute WinSCP using the following script to upload several files:

.
.
.
put A
put B
put C
put D
.
.
.

WinSCP internal execution will uload these files in the same order as declared on the script? Is there a chance that WinSCP will change that order internally (for example: ...put C, put A, put D put B...) by its own? Thanks in advance.