Hi all, I want to poll an FTP server at regular intervals, and download only newly added files. I looked at CURLOPT_FILETIME / curl_easy_setopt() and CURLINFO_FILETIME / curl_easy_getinfo() functionality, but I am not sure if this is the way to go.
Could someone tell me how to achieve this?
Thanks.
PS: Apologies if this has been answered before. I searched but didn't find any
relevant thread.
