Supress synchronization checklist
I'm running a synchronization process to upload a folder full of file from local to a remote host with ver. 419 (Build 416). How can adjust my command to suppress the checklist that pops up?
My command (which is inside a .bat file) (upload.bat):
winscp.exe %CONN% /synchronize %LDIR% %RDIR% /defaults
I've tied this and it just exits right away:
winscp.exe /command %CONN% /synchronize %LDIR% %RDIR% /defaults
My command (which is inside a .bat file) (upload.bat):
winscp.exe %CONN% /synchronize %LDIR% %RDIR% /defaults
I've tied this and it just exits right away:
winscp.exe /command %CONN% /synchronize %LDIR% %RDIR% /defaults