Re: Server not recognizing "simple@putty.projects.tartarus.org"
However, I would like to know if it is possible to turn off the Simple Channel by specifying this from within an INI file e.g. without specifying in the open command -rawsettings SshSimple=0 and replying on the setting in the INI file. And if it is possible, how is it specified in the INI file?
Why? Your current way is the best way.
Anyway, you can preconfigure a stored site in the GUI.
And then you can apply theSshSimple=0
to the stored site using:winscp.exe /batchsettings <site_name> SshSimple=0
https://winscp.net/eng/docs/commandline#batchsettings
And then you can open the site in script usingopen <site_name>
.
Thanks for your advise on this. I think I will stick with the original connection mechanism.
Kind regards,
Tom