First page Back Continue Last page Overview Graphics

LFTP

  • Job Control Feature
  • Has shell-like command syntax allowing you to launch several commands in parallel in background (&). It is also possible to group commands within () and execute them in background.
  • All background jobs are executed in the same single process. You can bring a foreground job to background with ^Z (c-z) and back with command `wait' (or `fg' which is alias to `wait').

  • Notes: