Hi Alexander,  

One more question regarding "at ... kill all"

When run in a script like below, "kill all" was killing entire process (i.e.
lftp was exiting immediately) however in the current version it only kills one
(current) transfer and next line of script is executed then.

at 15:00 -- kill all &
open myftp.ftp.com
cd /pub
get file1
get file2
get file3


I used a script like above to kill lftp completely when certain time comes
in the middle of the script.

Is there a better way to stop a script at certain time?


-- 
Michael

Reply via email to