On Mon, Apr 25, 2011 at 01:21:05AM +0200, Juan Simón wrote: > lftp 4.2.1 > > $ jobs > [0] queue (ftp://kemservi) > Ejecutando ahora: [1] mirror -c > Órdenes en cola: > 1. mirror -c "folder/" > [1] mirror -c > > In this real example, there are two jobs: one in execution and one in queue. > How I remove the job in queue?
queue -d > And how I kill the job in execution? kill 1 -- Alexander.
