Windows – download only new files from ftp using WGET/cUrl

curlwgetwindowswindows-server-2008

i have Windows 2008 Server on which i store DB backups on daily basis. I want to be able to download new files only using wget, curl or windows built-in FTP doesn't matter.

Can you help me with command? I need only new files, ones that exists on local machine (Windows Vista) and server should be skipped.

Thanks

Best Answer

See the --noclobber option for wget. Also, if you have ncftpget available, I believe it skips existing files by default.