Is there a way for wget to only fetch FTP files that have been modified after a certain date (when fetching recursively)?
The application here is that I need to sync with several servers nightly, but I only need the data going forward from a couple days ago. The --mirror flag would suffice except that syncing the rest of the data (even just once) would take forever.