Re: WinSCP with Windows task schedule.
Start here https://winscp.net/eng/docs/faq_scheduler
If you want out help, we need log files.
My wild guess is that your FTPS server does not have a certificate signed by a trusted authority, so the script fails because it does not contain fingerprint of the untrusted certificate. Note that with FTPS, you need
See https://winscp.net/eng/docs/scripting#hostkey
If you want out help, we need log files.
My wild guess is that your FTPS server does not have a certificate signed by a trusted authority, so the script fails because it does not contain fingerprint of the untrusted certificate. Note that with FTPS, you need
-certificate
with certificate fingerprint, not -hostkey
(which is for SSH host key fingerprint).
See https://winscp.net/eng/docs/scripting#hostkey