On Mon, Nov 03, 2008 at 04:48:24PM -0500, Mikhail Teterin wrote: > Another problem I need to solve is uploading only the recent files > (younger than a specified period, such as 2 days). Is that something I > can formulate in lftp's language, or do I have to create a directory, > sym-link my files into it, and then mirror that using lftp? Thanks!
consider `mirror --newer-than=now-2days' option. -- Alexander.
