lftp localhost:/> que mir
lftp localhost:/> get not.doc &
[2] get not.doc &
lftp localhost:/>
[2] Done (get not.doc)
51712 bytes transferred in 3 seconds (19.4K/s)
lftp localhost:/> jobs
[0] queue (ftp://localhost)
Now executing: [1] mirror
[1] mirror
\transfer 3x3.avi
`3x3.avi' at 180224 (2%) 18.7K/s eta:7m [Receiving data]
lftp localhost:/> fg
fg: no current job
That is: queue a mirror, get another file interactively, background the
interactive job; when the bg job finishes there's no current job. This
doesn't happen if the interactive job isn't bg'd. I can still select
the mirror job by number.
--
Glenn Maynard