Hi!
I use wget to download files from a ftp server in a bash script.
For example:
touch last.time
wget -nc ftp://[....]/*.txt .
find -newer last.time

This fails if the files on the FTP server are older than my last.time. So I want
wget to set file date/time to the local creation time not the server's...

How to do this?


Thanks and regards,
  Andreas Weller

Reply via email to