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 th

[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

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: se

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";

[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 -mar

Re: [lftp] mirror:exclude-regex

2013-01-24 Thread J1 Simón
I have found the error. It's a silliness. I execute this sequence:   $ test $ queue mirror $ dvd $ queue mirror When lftp executes "test", the "exclude-regex" alias of dvd has replaced the  "mirror:exclude-regex" of "test". :-[ I have to queu

Re: [lftp] cmd:at-exit

2013-01-24 Thread Alexander V. Lukyanov
On Thu, Jan 24, 2013 at 11:58:24AM +0100, J1 Simón wrote: > El jue 24 ene 2013 08:30:55 CET, Alexander V. Lukyanov escribió: > >So let's add cmd:at-exit-fg which will be executed when lftp terminates > >in foreground. cmd:at-exit will be executed when lftp either terminates > >in foreground or move

Re: [lftp] cmd:at-exit

2013-01-24 Thread J1 Simón
El jue 24 ene 2013 08:30:55 CET, Alexander V. Lukyanov escribió: On Mon, Jan 21, 2013 at 03:34:03PM +0100, J1 Simón wrote: IMHO, should have 3 commands: cmd:at-exit-fg -> when foreground lftp exits cmd:at-exit-bg -> when background lftp exits. (this exists) cmd:at-exit -> when lftp foreground ex