Re: Call WinSCP Saved Session
Yes, see:
https://winscp.net/eng/docs/commandline#scripting
https://winscp.net/eng/docs/guide_automation
Though, it's not recommended to rely on GUI configuration:
https://winscp.net/eng/docs/scripting#configuration
You can have WinSCP GUI generate a full script for you:
https://winscp.net/eng/docs/ui_generateurl#script
Though in PowerShell, it's better to use WinSCP .NET assembly:
https://winscp.net/eng/docs/library_powershell
https://winscp.net/eng/docs/ui_generateurl#code
https://winscp.net/eng/docs/commandline#scripting
https://winscp.net/eng/docs/guide_automation
Though, it's not recommended to rely on GUI configuration:
https://winscp.net/eng/docs/scripting#configuration
You can have WinSCP GUI generate a full script for you:
https://winscp.net/eng/docs/ui_generateurl#script
Though in PowerShell, it's better to use WinSCP .NET assembly:
https://winscp.net/eng/docs/library_powershell
https://winscp.net/eng/docs/ui_generateurl#code