Lftp doesn't seem to support reconnection - you probably going to have to 
        killall -9 lftp

Then restart it.

I fully recommend screen, so you'd start lftp with
        screen lftp
And disconnect it with ^A ^D

To resume a screen session use 
        screen -r [pid]
Pid is required if theres more than one

List current screen sessions with 
        screen -ls

Start a new screen session at the shell prompt
        screen -l

More in the man page for screen.  I use screen to run my IRC client, so I
can connect to it from work or home.

-----Original Message-----
From: dave [mailto:[EMAIL PROTECTED] 
Sent: Monday, 31 May 2004 5:47 p.m.
To: clug
Subject: CLI question


Okay,

had a program running in konsole.

Wife in her infinate wisdom decided to delete the konsole the program was 
runniing in.

Go to Kdeguard and i see the following info 

Name  PID     Status     User% System% Nice VMSize VmRss Login Command
lftp    2222  running        etc         etc      etc     etc        etc  

Now how do i get the program shown loaded into another CLI screen _OR_ for 
that matter another CLI program ???

dave.

Reply via email to