@ECHO OFF
winscp.com /script=<script>.txt
option batch abort
option confirm off
open sftp://<user>@<server>:22/ -privatekey=<key>.ppk -hostkey="<fingerprint>"
exit
synchronize local -filemask="<cne1>.*;<cne2>.*;<cne3>.*" <local_folder> <remote_folder>
synchronize remote -filemask="|Thumbs.db" <local_folder> <remote_folder>
get <file> <local_folder>\*