How can I keep the original 'Created' and 'Modified' date and timestamps of a file when I download it from a website?
When I download a file from a website, the 'Created' and 'Modified' dates are taken at the time of the download. I want to have the original values from the file server on my downloaded file.
In Windows, there is a tool that can do this called the Internet Download Manager (IDM) but is there something that can do the same for Linux and Mac OSX?
I know that it can also depend on the file system that the file server uses in order to interpret date and timestamps for files. For example, a Windows-based file server will probably be using NTFS so it's interpretation of a date and timestamp of it's files might be different to that of a Linux-based server. I don't know if this will have any impact on the end user being able to download the original dates and times, regardless of which file server they are downloading them from.