Re: 551 File listing failed happening on FTP transfer of multiple files
There's indeed no way to make WinSCP retry in this scenario, as WinSCP has no reason to believe the error is recoverable.
If you need such custom error handling, you can use the WinSCP .NET assembly from a PowerShell script.
This examples might be a good start:
https://winscp.net/eng/docs/library_example_keep_local_directory_up_to_date
https://winscp.net/eng/docs/library_example_two_way_synchronize_delete
https://winscp.net/eng/docs/library_example_recursive_download_custom_error_handling
If you need such custom error handling, you can use the WinSCP .NET assembly from a PowerShell script.
This examples might be a good start:
https://winscp.net/eng/docs/library_example_keep_local_directory_up_to_date
https://winscp.net/eng/docs/library_example_two_way_synchronize_delete
https://winscp.net/eng/docs/library_example_recursive_download_custom_error_handling