Scripting execution order on upload functionality

Advertisement

carlosmcs
Joined:
Posts:
1

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.

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum