It will upload the files in that order.
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.