| > I want do download all files that are stored in
> an image site, i.e, but I want to receive the files
> with the actual date/time, like works when I perform
a
> normal download using some online browser, and not
> receive the files with it's original date/time.
> What should I do?
Err, this isn't yet possible - even if it's a really
basic function. On Linux system, I would say:
touch `find ./`
But I don't know of a similar command on DOS/Windows
systems.
| |