Re: Automated download but skip existing files
Use-neweronlyswitch of thegetcommand:
https://winscp.net/eng/docs/scriptcommand_get#neweronly
Or usesynchronize localcommand instead ofget:
https://winscp.net/eng/docs/scriptcommand_synchronize
Thank you for your help, Martin.
I edited the script as:
"get * -neweronly" ^
And it works perfectly. Thanks again!
/Janne