# Automatically abort script on errors #option batch abort # Disable overwrite confirmations that conflict with the previous option confirm off # Connect using a password # Connect # open -implicit -certificate="*" ftp://restore.sispesa:"34dcfe6gr7BV&vdg!"@ftp.restore.shopping open -hostkey="83:ea:2b:43:7a:98:6d:18:72:07:cc:66:9b:74:8a:ca:5d:5f:70:8f" ftps://gico_mft_001:ZABya$i8@EUMFT.NIELSEN.COM # Force binary mode transfer option transfer binary # Download file to the local directory d:\ put c:\Pos\Mag1\ven\*.zip /GRFE_GICO_Upload/ # Disconnect close # Exit WinSCP exit