curl_fileinfo
extern (C)
struct curl_fileinfo {
}
- b_data
char* b_data;
- b_size
size_t b_size;
- b_used
size_t b_used;
- filename
char* filename;
- filetype
curlfiletype filetype;
- flags
uint flags;
- gid
int gid;
- hardlinks
c_long hardlinks;
- perm
uint perm;
- size
curl_off_t size;
- strings
_N2 strings;
- time
time_t time;
- uid
int uid;
etc c curl
aliasesenumsfunctionsmanifest constantsstructsunions
Content of this structure depends on information which is known and is achievable (e.g. by FTP LIST parsing). Please see the url_easy_setopt(3) man page for callbacks returning this structure -- some fields are mandatory, some others are optional. The FLAG field has special meaning.