Hi, When transfering a zero length file using --progress the final transfer time left on the screen seems like something infinite. I am using rsync 2.5.6, debian unstable and Linux kernel 2.4.17 on the receiving side and rsync 2.4.6 on the sending side giga:~$ rsync -a --progress is@mafalda:tmp/zero-legth-file /tmp/bis 0 100% 0.00kB/s 579:20:04 giga:~$ giga:~$ rsync --version rsync version 2.5.6cvs protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 64-bit system inums, 64-bit internal inums rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. giga:~$ nho@ozzy:~$ rsync --version rsync version 2.4.6 protocol version 24 Written by Andrew Tridgell and Paul Mackerras nho@ozzy:~$ Thanks for a fantastic piece of software, Imre Simon