I use the curl_easy_getinfo() to get something about a file , but it does not work .
res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); res is 0 but filetime is a initial value. how to get information of a file on the sftp (such as filename filetime size...) thanks
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
