On Thu, Apr 06, 2006 at 01:26:35PM +0200, Michael Petuschak wrote: > BTW, is there a list of variables I can use in a script (like $PPID)?
It is bash variable. > Also I noticed another strange side effect when using "set cmd:fail-exit yes": > the script above sometimes produces the following error message: > > get: Fatal error: max-retries exceeded > [12345] Moving to background to complete transfers... It moves to background to complete that `at 15:00' command. I'm not sure how to handle that situation. On one hand, there is a failed command and fail-exit is true, so that lftp has to exit, OTOH there are backgrounded jobs. -- Alexander..
