HTTP client saving download metadata

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am looking for a way to download files from the Web, while saving download metadata, like the requested URI, the returned status code and maybe even TLS certificate information (server certificate details, negotiated algorithms for download session) alongside the file.
Ideally saving the metadata into the same file using extended attributes.
Is there a simple way to do such a thing?
ssl http download url file-metadata
add a comment |Â
up vote
0
down vote
favorite
I am looking for a way to download files from the Web, while saving download metadata, like the requested URI, the returned status code and maybe even TLS certificate information (server certificate details, negotiated algorithms for download session) alongside the file.
Ideally saving the metadata into the same file using extended attributes.
Is there a simple way to do such a thing?
ssl http download url file-metadata
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am looking for a way to download files from the Web, while saving download metadata, like the requested URI, the returned status code and maybe even TLS certificate information (server certificate details, negotiated algorithms for download session) alongside the file.
Ideally saving the metadata into the same file using extended attributes.
Is there a simple way to do such a thing?
ssl http download url file-metadata
I am looking for a way to download files from the Web, while saving download metadata, like the requested URI, the returned status code and maybe even TLS certificate information (server certificate details, negotiated algorithms for download session) alongside the file.
Ideally saving the metadata into the same file using extended attributes.
Is there a simple way to do such a thing?
ssl http download url file-metadata
ssl http download url file-metadata
edited Aug 13 at 8:43
asked Aug 13 at 8:23
aef
297414
297414
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
curl -v "$URL" > $FILE 2> $FILE.meta
Read 'man curl' for options.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
curl -v "$URL" > $FILE 2> $FILE.meta
Read 'man curl' for options.
add a comment |Â
up vote
1
down vote
curl -v "$URL" > $FILE 2> $FILE.meta
Read 'man curl' for options.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
curl -v "$URL" > $FILE 2> $FILE.meta
Read 'man curl' for options.
curl -v "$URL" > $FILE 2> $FILE.meta
Read 'man curl' for options.
answered Aug 13 at 8:31
user1133275
2,277412
2,277412
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f462242%2fhttp-client-saving-download-metadata%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password