On Fri, Mar 31, 2006 at 01:46:45PM +0200, Michael Petuschak wrote: > When run in a script like below, "kill all" was killing entire process (i.e.
I think it was a bug causing core dump. > lftp was exiting immediately) however in the current version it only kills one > (current) transfer and next line of script is executed then. It looks like correct behavior. `kill all' does not terminate top shell and does not clear input queue. OTOH, there is a need to terminate lftp process from `at'. Probably a new command is needed, or an option for `exit' command. -- Alexander..
