On Thu, Apr 15, 2010 at 03:08:13PM -0600, [email protected] wrote: > Looking again in the log, you can see that retries is always > "retries=0", never anything higher. Given that net:max-retries=1 and > therefore max_retries=1, we never exceed the limit. > > So the question then is, why is retries not being incremented?
The reason is that max_retries variable is reset to 0 when some work is done. In this case lftp assumes that if it uploaded some data to the server then some work is done, but this assumption is incorrect. -- Alexander.
