Re: How do I script WinSCP to only transmit specific files in a specific order
So then you have to write a script (e.g. PowerShell) that generates WinSCP script with the files in the order you need.
Just use 4 consecutive upload (put
) commands:
put 001_Testfile_0001.zip
put 001_Testfile_0001.ack
put 04_Testfile_0001.csv
put 04_Testfile_0001.ack
put
) commands: