How does Finder keep track of downloaded files' original URLs?
up vote
3
down vote
favorite
When you open the info window, i.e. Get Info, of a downloaded file, Finder will show you the downloaded origin, called Where from. This information is there even the file is moved or slightly modified. How does Finder achieve this? Is it a feature of the file system?
finder
add a comment |
up vote
3
down vote
favorite
When you open the info window, i.e. Get Info, of a downloaded file, Finder will show you the downloaded origin, called Where from. This information is there even the file is moved or slightly modified. How does Finder achieve this? Is it a feature of the file system?
finder
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
When you open the info window, i.e. Get Info, of a downloaded file, Finder will show you the downloaded origin, called Where from. This information is there even the file is moved or slightly modified. How does Finder achieve this? Is it a feature of the file system?
finder
When you open the info window, i.e. Get Info, of a downloaded file, Finder will show you the downloaded origin, called Where from. This information is there even the file is moved or slightly modified. How does Finder achieve this? Is it a feature of the file system?
finder
finder
edited 5 hours ago
asked 5 hours ago
jackxujh
431112
431112
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
3
down vote
In the metadata associated to a file. Use xattr from the command line to see and manipulate the metadata. Using ‘get info’ in the GUI is not equivalent, but should allow you to see some metadata attributes, including the originating URL.
Where is the metadata stored then?
– jackxujh
5 hours ago
@jackxujh it s a part of the file itself
– Francis from ResponseBase
5 hours ago
Thanks! I got it! I can run$ xattr -l cat_video.mp4
to show a list of attributes in both hex and text, or without-l
to show only name of attributes. And other parameters with other usages as well!
– jackxujh
5 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
In the metadata associated to a file. Use xattr from the command line to see and manipulate the metadata. Using ‘get info’ in the GUI is not equivalent, but should allow you to see some metadata attributes, including the originating URL.
Where is the metadata stored then?
– jackxujh
5 hours ago
@jackxujh it s a part of the file itself
– Francis from ResponseBase
5 hours ago
Thanks! I got it! I can run$ xattr -l cat_video.mp4
to show a list of attributes in both hex and text, or without-l
to show only name of attributes. And other parameters with other usages as well!
– jackxujh
5 hours ago
add a comment |
up vote
3
down vote
In the metadata associated to a file. Use xattr from the command line to see and manipulate the metadata. Using ‘get info’ in the GUI is not equivalent, but should allow you to see some metadata attributes, including the originating URL.
Where is the metadata stored then?
– jackxujh
5 hours ago
@jackxujh it s a part of the file itself
– Francis from ResponseBase
5 hours ago
Thanks! I got it! I can run$ xattr -l cat_video.mp4
to show a list of attributes in both hex and text, or without-l
to show only name of attributes. And other parameters with other usages as well!
– jackxujh
5 hours ago
add a comment |
up vote
3
down vote
up vote
3
down vote
In the metadata associated to a file. Use xattr from the command line to see and manipulate the metadata. Using ‘get info’ in the GUI is not equivalent, but should allow you to see some metadata attributes, including the originating URL.
In the metadata associated to a file. Use xattr from the command line to see and manipulate the metadata. Using ‘get info’ in the GUI is not equivalent, but should allow you to see some metadata attributes, including the originating URL.
answered 5 hours ago
Francis from ResponseBase
43126
43126
Where is the metadata stored then?
– jackxujh
5 hours ago
@jackxujh it s a part of the file itself
– Francis from ResponseBase
5 hours ago
Thanks! I got it! I can run$ xattr -l cat_video.mp4
to show a list of attributes in both hex and text, or without-l
to show only name of attributes. And other parameters with other usages as well!
– jackxujh
5 hours ago
add a comment |
Where is the metadata stored then?
– jackxujh
5 hours ago
@jackxujh it s a part of the file itself
– Francis from ResponseBase
5 hours ago
Thanks! I got it! I can run$ xattr -l cat_video.mp4
to show a list of attributes in both hex and text, or without-l
to show only name of attributes. And other parameters with other usages as well!
– jackxujh
5 hours ago
Where is the metadata stored then?
– jackxujh
5 hours ago
Where is the metadata stored then?
– jackxujh
5 hours ago
@jackxujh it s a part of the file itself
– Francis from ResponseBase
5 hours ago
@jackxujh it s a part of the file itself
– Francis from ResponseBase
5 hours ago
Thanks! I got it! I can run
$ xattr -l cat_video.mp4
to show a list of attributes in both hex and text, or without -l
to show only name of attributes. And other parameters with other usages as well!– jackxujh
5 hours ago
Thanks! I got it! I can run
$ xattr -l cat_video.mp4
to show a list of attributes in both hex and text, or without -l
to show only name of attributes. And other parameters with other usages as well!– jackxujh
5 hours ago
add a comment |
Thanks for contributing an answer to Ask Different!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fapple.stackexchange.com%2fquestions%2f344843%2fhow-does-finder-keep-track-of-downloaded-files-original-urls%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown