"Keep remote directory up to date" does not sync files with different file size
I did not find any setting which activates the transfer based on different file size.
Anybody can support?
Advertisement
Advertisement
 
 
Advertisement
Advertisement
/synchronize is not really good for automation...
                
                
                
                
        
            /synchronize is not for automation. For automation, use scripting and its synchronize command:
:LOOP winscp.com /ini=nul /script=sync.txt /log=sync.log goto LOOP
SET "log=WinSCP_Loop.log" echo %date%-%time% starting WinSCP_upload > "%log%" :loop start /wait C:\WinSCP\WinSCP.exe "Session" /defaults /synchronize echo %date%-%time% restarting WinSCP >> ""%log%" " goto loop
Advertisement
winscp.com /ini=nul /script=myscript.txt
synchronize.
                
                
                
            /synchronize and /script=sync.txt containing synchronize job.
Advertisement
winscp.exe when executed for scripting does not open any window by default. It opens a console window, only if you tell it so, by using /console command-line switch.
Advertisement
You can post new topics in this forum