wget  

WGET Date-Time

Andreas Weller
Thu, 07 Aug 2008 05:45:46 -0700

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