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