On Fri, Mar 22, 2002 at 10:49:38PM -0500, Lefty wrote: > I've got lftp 2.4.10 working for me but it has one little odd thing that I > would like to fine-tune: it uploads files that have already been uploaded > about a day ago. > > mirror -rpR /mnt/50megs / > > It will upload the new files AND the ones from the previous day (they have > already been uploaded on the previous day). > > If it helps any, I performed this experiment: > A file with a 'modified' date/time of Feb 26, 2002, 06:07pm was uploaded on > Mar 9, 2002, at 7:29pm EST. > The resulting server file had a date/time of Mar 9, 2002, 5:29pm. > > I assume from this that the server is set to US Mountain Standard Time and > doesn't maintain file date/time. > > Is there something I can do to tighten up lftp's selection of files to upload?
Use ftp:timezone setting to specify server's time zone. It has the same format as TZ environment variable. -- Alexander.
