Re: Feature request : consider the time lag between server and client
"Alexander V. Lukyanov" <[email protected]>
| Newsgroups | gmane.network.lftp.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Dec 12, 2004 at 07:36:39PM +0100, Antoine Calando wrote: > The solution would be to implement a "time offset" between > server and client, and when comparing file according to their > modification time, to use this time offset to check if files are There is ftp:timezone setting. But it is only used if the server does not support MDTM command. If MDTM command is supported but produces wrong results, it is better to disable it with `set ftp:use-mdtm no'. -- Alexander.