[lftp] Error to compile lftp git version

2013-01-24 Thread J1 Simón
Hi, I'm trying to compile (on Ubuntu 12.10 64 bits) the git version but it terminates with error: $ ./configure --with-modules --with-pager=/usr/bin/less --without-gnutls --without-openssl make /bin/bash ../libtool --silent --tag=CXX --mode=link gcc -fPIC -O2 -Wall -pipe

Re: [lftp] cmd:at-exit

2013-01-24 Thread J1 Simón
I've tested the git version adding the next lines to my rc file: set cmd:at-exit "!echo `date` at-exit /tmp/lftp-exit"; set cmd:at-exit-fg "!echo `date` at-exit-fg /tmp/lftp-exit"; set cmd:at-exit-bg "!echo `date` at-exit-bg /tmp/lftp-exit";

Re: [lftp] cmd:at-exit

2013-01-24 Thread J1 Simón
In my case I want to put a tray icon when lftp goes background and delete this icon when lftp terminates or goes to foreground. With the actual commands I can't do this. El jue 24 ene 2013 15:48:15 CET, J1 Simón escribió: I've tested the git version adding the next lines to my rc file:

[lftp] debugging backup

2013-01-24 Thread p cooper
Imtrying to do -R -n local remote to backup changes ( I ghcvanwt got rsync available remotely) but it is re-transferring files that i know havent changed. I wonder if its to do with

Re: [lftp] cmd:at-exit

2013-01-24 Thread Alexander V. Lukyanov
On Thu, Jan 24, 2013 at 08:52:17PM +0100, J1 Simón wrote: In my case I want to put a tray icon when lftp goes background and delete this icon when lftp terminates or goes to foreground. With the actual commands I can't do this. I would just monitor ~/.lftp/bg directory for this task. When