Trying to automate FTP through the WinSCP script:
option block abort
option confirm off
open ftp://[link to cloud server here]
synchronize local (path to local files) /Qty Update
exit
Session starts and connects but then I get
Too many parameters for command 'synchronize'
If the paths contain spaces, you have to surround them by double-quotes:
Side note: It's
option batch abort
, notblock
.Other questions with the same error message, but different problem: