SFTP command line to only copy updated files
Hi, i have the following command line which copies everything from an SFTP folder to my local folder.
cd c:\Program Files (x86)\winscp
winscp.exe /console /Command "option batch abort" "option confirm off" "open sftp://User:PW@IP:PORT/" "cd /QlikView/Compliance/" "option transfer binary" "get *.* C:\VeoliaData\Compliance\" "close" "Exit" /log="C:\veoliadata\FTP_Transfer.log"
What changes do i need to make for it to only copy files that have been modified?
Thanks
cd c:\Program Files (x86)\winscp
winscp.exe /console /Command "option batch abort" "option confirm off" "open sftp://User:PW@IP:PORT/" "cd /QlikView/Compliance/" "option transfer binary" "get *.* C:\VeoliaData\Compliance\" "close" "Exit" /log="C:\veoliadata\FTP_Transfer.log"
What changes do i need to make for it to only copy files that have been modified?
Thanks