Re: How to notify user that the new version of file is download
Turn on XML logging and look for
https://winscp.net/eng/docs/logging_xml
If you find one, act accordingly, e.g. you can send an email:
https://winscp.net/eng/docs/script_email
https://winscp.net/eng/docs/guide_automation#results
It might be easier to use WinSCP .NET assembly from a PowerShell script:
https://winscp.net/eng/docs/library_powershell
<download>
tag in the log after the script finishes.
https://winscp.net/eng/docs/logging_xml
If you find one, act accordingly, e.g. you can send an email:
https://winscp.net/eng/docs/script_email
https://winscp.net/eng/docs/guide_automation#results
It might be easier to use WinSCP .NET assembly from a PowerShell script:
https://winscp.net/eng/docs/library_powershell