Re: WinSCP is losing saved connection
If you run multiple scripts in parallel, it may happen then one script tries to read the file at the same time another one is writing it.
As a first thing, try setting the INI file read only to prevent WinSCP trying to write to it on exit.
https://winscp.net/eng/docs/config#readonly
Though in general, we do not recommend relying on configuration files:
https://winscp.net/eng/docs/scripting#configuration
As a first thing, try setting the INI file read only to prevent WinSCP trying to write to it on exit.
https://winscp.net/eng/docs/config#readonly
Though in general, we do not recommend relying on configuration files:
https://winscp.net/eng/docs/scripting#configuration