zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@cambridgesiliconradio.com>
To: zsh-workers@sunsite.auc.dk (Zsh hackers list)
Subject: Re: Proxy support for zftp functions
Date: Mon, 22 May 2000 18:04:15 +0100	[thread overview]
Message-ID: <0FUZ00C1W0R3BH@la-la.cambridgesiliconradio.com> (raw)
In-Reply-To: "Your message of Mon, 22 May 2000 20:35:53 +0400." <001101bfc40b$cc325c00$21c9ca95@mow.siemens.ru>

> The main use for it is to be able to compare times on remote/local
> files. Without it no real directory sync (and even reliable reget) is
> possible. Is it possible to pass file date/size from function to zftp.c
> code? O.K., file mtime can be set by function as well ...

Checking the time is is only ever done in the shell code; checking the size
is only done by C for passing down to zftp_progress for info, so the only
reason for using C code at all would be to make parsing easier.

But it's certainly not a trivial problem to compare two dates from shell
code, because the information about time zones is hard to get at --- for
exactly that reason, the zftp functions call perl to do it for them (see
the function zfrtime).  I don't have a simple answer to this, but a date
and time parsing and conversion module might be a nice extension --- or, of
course, a piece of shell code that does it neatly, if that's possible.

Come to think of it, there's a hack using the stat module for local files.
% touch foo; stat -s +mtime foo; stat -g +mtime foo
Mon May 22 17:59:38
Mon May 22 16:59:38

(Unfortunately you only get it as text, since the time in seconds since the
epoch is always in GMT.)

And how do you get the GMT modification time for a remote file reliably if
you can't rely on MDTM, anyway?
-- 
Peter Stephenson <pws@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


  reply	other threads:[~2000-05-22 17:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-22 15:01 Andrej Borsenkow
2000-05-22 15:33 ` Peter Stephenson
2000-05-22 16:03   ` Andrej Borsenkow
2000-05-22 16:17     ` Peter Stephenson
2000-05-22 16:35       ` Andrej Borsenkow
2000-05-22 17:04         ` Peter Stephenson [this message]
2000-05-23  0:19           ` Bart Schaefer
2000-05-23  0:43             ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0FUZ00C1W0R3BH@la-la.cambridgesiliconradio.com \
    --to=pws@cambridgesiliconradio.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).