mirror of
https://github.com/curl/curl.git
synced 2026-08-01 07:28:04 +03:00
It is often convinient to track back the source of a once downloaded file; this patch makes curl store the source URL and other metadata alongside the retrieved file by using the extended attributes (if supported by the file system and enabled by --xattr).
1 line
53 B
C
1 line
53 B
C
int write_xattr( CURL *curl, const char *filename );
|