On Tue, Feb 05, 2008 at 03:36:15PM +0100, frytaz wrote: > mirror --loop /dir/src ftp://user:[EMAIL PROTECTED]:2121/dir/dest > > this script repeat sending and overwrite files on destination ftp all over > again till i cancel it
Try to add --ignore-time or --only-newer option. If the server supports it, `set ftp:use-mdtm-overloaded yes' or `set ftp:use-site-utime yes' can help too. -- Alexander.
