On Thu, Nov 25, 2010 at 12:10:15PM +0000, [email protected] wrote: > we are using lftp in a batch processing with "cmd:fail-exit yes;" set. Now > there is a requirement, that if no files are found during a "mget -E > *"-command ("no files found"), the whole processing continues, instead of > having lftp fail with exit code 1.
Try:
mget * || echo -n
--
Alexander.
