On Mon, May 20, 2002 at 12:33:44PM +0900, Takeshi TAKIYAMA wrote:
> > Most probably ftp server's ls shows GMT time, while your local ls shows
> > your local time, that is where the difference comes from.
> 
> I see.
> 
> If possible , I hope some  adjustment method  will be added  on the
> lftp function, because I prefer lftp than any other ftp client.
> ;;  other GUI based  ftp client, i.e. gFTP, can agree with the
> ;;  times stamp between local and remote file.    

The timestamp is the same, just shown differently because of different
time zones. Try:

        TZ=GMT ls -l

in bourne shell. See if the time shown matches server's ls output.

-- 
   Alexander.

Reply via email to