I finally understand that it is a command to do directly in WinSCP command
so very easy to add it:
so very easy to add it:
"C:\Program Files (x86)\WinSCP\WinSCP.com" /command ^
"open ftps://****@**** -explicit -certificate="***" -rawsettings MaxTlsVersion=12" ^
"option batch continue" ^
"cd /ftpdir" ^
"put C:\DATA" ^
"close" ^
"exit"