Re: Error appears: 'Using configured transfer settings different from factory defaults."
That's not an error. It's a warning. Does anything go wrong actually? Or do you just want to get rid of the warning?
To get rid of the warning, isolate your script from the GUI configuration:
See https://winscp.net/eng/docs/scripting#configuration
Though as you have non-default transfer settings configured in the GUI, make sure your script does not rely on those.
To get rid of the warning, isolate your script from the GUI configuration:
See https://winscp.net/eng/docs/scripting#configuration
Though as you have non-default transfer settings configured in the GUI, make sure your script does not rely on those.