Re: XMLLOG - XSLT File to parse results
The best (and easiest) method is simply to check WinSCP exit code:
https://winscp.net/eng/docs/faq_script_result
Alternatively, if you want to verify individual transfers, I recommend you use WinSCP .NET assembly.
See this example:
https://winscp.net/eng/docs/library#example
and
https://winscp.net/eng/docs/library_transferoperationresult
https://winscp.net/eng/docs/faq_script_result
Alternatively, if you want to verify individual transfers, I recommend you use WinSCP .NET assembly.
See this example:
https://winscp.net/eng/docs/library#example
and
TransferOperationResult
class:
https://winscp.net/eng/docs/library_transferoperationresult