I use this code for downloading file if it is newer than local.
Code: Select all
curl.exe -# -z file -o file http://example.com/file
How can I do the same without downloading it ?
I read this manual: http://curl.haxx.se/docs/manual.html
but do not find anything helpful.
Thank's for your answers.