Re: Uploading all files in a folder in order
WinSCP uploads the files in the order in which they are returned by Windows in the directory listing (so its in-deterministic).
By default the script fails when the file does not exist.
You can change this with
https://winscp.net/eng/docs/scriptcommand_option
By default the script fails when the file does not exist.
You can change this with
option batch
command:
https://winscp.net/eng/docs/scriptcommand_option