[lftp] Ubuntu 12.04 64bits: Error to compile

2012-05-12 Thread J1 Simón
I can't compile lftp 4.3.6 on Ubuntu 12.04 64 bits $ ./configure --with-modules --with-pager=/usr/bin/less --without-gnutls --without-openssl .. $ make . In file included from xstrtol.h:22:0, from xstrtol.c:31:

Re: [lftp] Multiple connections?

2012-06-17 Thread J1 Simón
Hi, See, in the man page, the next settings and commands: mirror:use-pget-n mirror:parallel-directories mirror:parallel-transfer-count pget:default-n cmd:parallel cmd:queue-parallel mirror pget I hope this

Re: [lftp] Permissions when mirroring?

2012-06-17 Thread J1 Simón
By default, mirror copies the permissions. I think you can see the man page again, perhaps this topic helps: mirror:set-permissions. Are you sure that the folders in server have permissions 777? Regards. El 17/06/12 20:39, Niklas Elmeholt escribi:

Re: [lftp] Permissions when mirroring?

2012-06-18 Thread J1 Simón
I confirm this wrong behaviour. Perhaps the local umask is interfering in the mirror process? I have created, in server, a folder and file with permissions 777. But when I download them with mirror the permissions goes to 775 for folder and file 664. I think this is

[lftp] Define an rc different for each hostname

2012-09-25 Thread J1 Simón
Hi, Is there any possibility of define/use an rc file different in function of host connection? Regards. ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

[lftp] ls doesn't list folder content

2012-12-15 Thread J1 Simón
LFTP Version 4.4.0 Libraries used: Readline 6.2, OpenSSL 1.0.0j 10 May 2012, zlib 1.2.7 Gentoo 64 bits I connect to remote FTP server and I execute: ls drwxr-xr-x3 100ftpgroup3 Dec 15 13:32 . drwxr-xr-x3 100ftpgroup3 Dec 15 13:32 .. drwxr-xr-x

[lftp] wrong autocomplete behaviour with mirror -R -P 3

2012-12-15 Thread J1 Simón
LFTP Version 4.4.0 Libraries used: Readline 6.2, OpenSSL 1.0.0j 10 May 2012, zlib 1.2.7 Gentoo 64 bits If I write mirror -R and I press TAB lftp shows the list of files in local server, it's correct. But if I write mirror -R -P 3 and I press TAB lftp shows the list of files in remote server.

[lftp] Error in lftp events web page

2012-12-15 Thread J1 Simón
Hi, In http://lftp.yar.ru/events.html shows: 2012-09-27: lftp-4.4.8 released. DHT and other BitTorrent extensions added; some bugs fixed. More... 2012-07-03: lftp-4.3.8 released. Some bugs fixed. . The last version is wrong, it's 4.4.0. Regards.

[lftp] Fwd: ls doesn't list folder content

2012-12-15 Thread J1 Simón
: Sat, 15 Dec 2012 12:35:49 +0100 De: J1 Simón si...@j1s.es Para: Lista LFTp lftp@uniyar.ac.ru LFTP Version 4.4.0 Libraries used: Readline 6.2, OpenSSL

[lftp] cmd:at-exit

2013-01-18 Thread J1 Simón
Hi,     I want to define a script to show a tray icon while lftp is running in background. There is no way to define this because there isn't a command like "set cmd:at-background", so I'll show the tray icon while lftp is running (foreground and background).     I

[lftp] Script: Tray icon while lftp is running

2013-01-20 Thread J1 Simón
Hi,     I have written a script to put a tray icon while lftp is running in foreground or background. The utility of tray icon is alert us of lftp is running and if you click on it, it opens a terminal window with lftp session.     I use these programs to do it:

[lftp] mirror:exclude-regex

2013-01-23 Thread J1 Simón
I have defined the next setting in rc file: set mirror:exclude-regex \^.+\.part$|^.+\.url$|^.+\.JPG$|^.+\.jpg$|^.+\.jpeg$|^.+\.JPEG$|^.+\.png$|^.+\.PNG$|^.+\.txt$|^.+\.TXT$|^.+\.nfo$|^.+\.NFO$\ But when I download something lftp downloads jpg, txt, etc... lftp 4.4.0 compiled on Ubuntu

Re: [lftp] mirror:exclude-regex

2013-01-23 Thread J1 Simón
El mié 23 ene 2013 17:03:21 CET, Justin Piszcz escribió: On Wed, Jan 23, 2013 at 8:49 AM, J1 Simón si...@j1s.es mailto:si...@j1s.es wrote: I have defined the next setting in rc file: set mirror:exclude-regex \"^.+\.part$|^.+\.url$|^.+\.

Re: [lftp] mirror:exclude-regex

2013-01-23 Thread J1 Simón
El mié 23 ene 2013 20:31:38 CET, Justin Piszcz escribió: On Wed, Jan 23, 2013 at 2:23 PM, J1 Simón si...@j1s.es mailto:si...@j1s.es wrote: El mié 23 ene 2013 17:03:21 CET, Justin Piszcz escribió: On Wed, Jan 23, 2013 at 8:49 AM, J1 Simón si...@j1s.es mailto:si...@j1s.es

[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
6 CET, Alexander V. Lukyanov escribió: 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

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] Warnings in autogen.sh of git version

2013-01-25 Thread J1 Simón
Hi, When I execute autogen.sh of git version, it executes ./configure too but it shows this warning: configure: WARNING: unrecognized options: --enable-maintainer-mode, --enable-compile-warnings Regards. ___ lftp mailing list

Re: [lftp] cmd:at-exit

2013-01-25 Thread J1 Simón
, 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 there are sockets

[lftp] Severe bug in version 4.4.1 with password

2013-01-30 Thread J1 Simón
Hi, My FTP password has punctuation symbols. I've saved the login in .lftp/bookmarks file with password. Until v4.4.0 this worked, now with v4.4.1 it doesn't connect to FTP server and it shows Login failed: 530 Login incorrect. I have tried to connect without bookmark but the problem

[lftp] The mirrors of lftp need to be updated

2013-01-30 Thread J1 Simón
Hi, I'm trying to download the version 4.4.0 of lFTP (due to the bug with passwords of the version 4.4.1) but in download page (http://lftp.yar.ru/get.html) only it shows the link to last version, so I've clicked in several mirrors and there are some that are outdated or no longer exist: *

[lftp] make uninstall doesn't delete all files

2013-01-30 Thread J1 Simón
Hi, I compile lftp with --with-modules option. Today I have uninstalled the version 4.4.1 but it really doesn't delete all files/folders created: /usr/local/lib/lftp /usr/local/lib/lftp/4.4.1 /usr/local/lib/lftp/4.4.1/cmd-mirror.so /usr/local/lib/lftp/4.4.1/cmd-sleep.so

[lftp] Upload bandwidth

2013-01-31 Thread J1 Simón
Hi, When I download something from my FTP server (vsftpd v3.0.2) with lftp v4.4.0 the upload bandwidth is high: 90-150 KB/s, is this normal? Why lftp uses so much upload bandwidth? Regards. ___ lftp mailing list lftp@uniyar.ac.ru

Re: [lftp] Upload bandwidth

2013-02-01 Thread J1 Simón
El 01/02/13 07:53, Alexander V. Lukyanov escribió: On Thu, Jan 31, 2013 at 03:35:05PM +0100, J1 Simón wrote: When I download something from my FTP server (vsftpd v3.0.2) with lftp v4.4.0 the upload bandwidth is high: 90-150 KB/s, is this normal? Why lftp uses so much upload bandwidth

[lftp] ./configure doesn't end

2013-02-01 Thread J1 Simón
Hi, I'm trying to compile lftp 4.4.2 with: ./configure --with-modules --with-pager=/usr/bin/less --without-gnutls --without-openssl but it remains in step /checking for working re_compile_pattern.../ for more than 7 minutes. I have to stop it.

[lftp] ./configure doesn't end

2013-02-02 Thread J1 Simón
Hi, I'm trying to compile lftp 4.4.2 with: ./configure --with-modules --with-pager=/usr/bin/less --without-gnutls --without-openssl but it remains in step checking for working re_compile_pattern... for more than 7 minutes. I have to stop it. I'm test with ./configure without any

Re: [lftp] cmd:at-exit

2013-02-05 Thread J1 Simón
El 04/02/13 10:13, Alexander V. Lukyanov escribió: On Fri, Jan 25, 2013 at 11:48:40AM +0400, Alexander V. Lukyanov wrote: Probably two more settings are needed: cmd:at-background cmd:at-terminate I've added them in 4.4.2, please try. It doesn't work well. I open lftp session, I

Re: [lftp] cmd:at-exit

2013-02-06 Thread J1 Simón
El mié 06 feb 2013 08:28:18 CET, Alexander V. Lukyanov escribió: On Tue, Feb 05, 2013 at 01:54:26PM +0100, J1 Simón wrote: El 04/02/13 10:13, Alexander V. Lukyanov escribió: On Fri, Jan 25, 2013 at 11:48:40AM +0400, Alexander V. Lukyanov wrote: Probably two more settings are needed

Re: [lftp] cmd:at-exit

2013-02-06 Thread J1 Simón
El mié 06 feb 2013 12:33:15 CET, Alexander V. Lukyanov escribió: On Wed, Feb 06, 2013 at 09:20:25AM +0100, J1 Simón wrote: attach the backgrounded session but cmd:at-exit-bg isn't executed. I detached the session and it backs to background. lftp executes: 13:51:55 at-terminate 13:51

Re: [lftp] cmd:at-exit

2013-02-07 Thread J1 Simón
El jue 07 feb 2013 08:07:02 CET, Alexander V. Lukyanov escribió: On Wed, Feb 06, 2013 at 02:34:24PM +0100, J1 Simón wrote: So really this command actually is useless and it doesn't what it says it does. What's the difference

[lftp] Error to compile lftp 4.4.3

2013-02-11 Thread J1 Simón
Hi, I'm trying to compile lftp 4.4.3 but it shows this error: /bin/bash ../libtool --silent --tag=CXX --mode=compile gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -fPIC -O2 -Wall -pipe -march=native -mtune=native -fomit-frame-pointer -mfpmath=both -fivopts

Re: [lftp] Error to compile lftp 4.4.3

2013-02-11 Thread J1 Simón
It's solved. El lun 11 feb 2013 16:11:50 CET, J1 Simón escribió: Hi, I'm trying to compile lftp 4.4.3 but it shows this error: /bin/bash ../libtool --silent --tag=CXX --mode=compile gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio -fPIC -O2 -Wall -pipe -march=native

Re: [lftp] Error to compile lftp 4.4.3

2013-02-11 Thread J1 Simón
El lun 11 feb 2013 20:10:55 CET, Cristian Ionescu-Idbohrn escribió: On Mon, 11 Feb 2013, J1 Simón wrote: It's solved. Just for the record, how? I don't know. Yesterday I installed from scratch Ubuntu 12.10 64 bits. I compiled several programs. When lftp compilation gave that problem, I