On Tue, Jan 30, 2007 at 11:16:42AM +0200, Ciprian Pantea wrote: > well if I have two sites(a and b) and I do slot a; ls -al; slot b; ls > -al; the commands will be executed sequentially. lftp doesn't execute > them parallel or I don't know how to do it. how should I use lftp so > it does this parallel ?
Use `queue' command. It queues commands for background execution. -- Alexander.
