Possible bug: mirror with options -I or -i

2011-04-14 Thread Juan Simón
Hi, When I use mirror -I xxx or mirror -i xxx in a folder with sub-folders, LFTp creates, in local, empty folders. I think LFTp should check first if there is this pattern in those folders. Regards.

xfer:verify yes

2011-04-14 Thread Juan Simón
I've activated the check of downloads: set xfer:verify yes set xfer:verify-command /usr/local/share/lftp/verify-file But when it downloads big files, this verification takes too long to complete. Is there another way to make this test less rigorous but more quickly? Regards.

Re: Possible bug: mirror with options -I or -i

2011-04-15 Thread Juan Simón
Thanks. I've read the man but I didn't see this option. (I need to go to the oculist! ;-) Can I indicate this like default option in config file? El 15 de abril de 2011 09:45, Alexander V. Lukyanov l...@netis.ru escribió: On Thu, Apr 14, 2011 at 12:36:54PM +0200, Juan Simón wrote: When I

[Feature Request] pget with expanded wildcards

2011-04-16 Thread Juan Simón
It would be nice a pget command with support to expanded wildcards, like mget but using several connections. Regards.

Passwords in transfer_log

2011-04-18 Thread Juan Simón
Hi, I think lftp shouldn't save passwords in the transfer_log file, for obvious reasons.

Problem with transfer_log

2011-04-21 Thread Juan Simón
When lftp downloads finished, I see *transfer_log* file to delete those downloaded files in my server. After I empty this file (*with an text editor *) and I save it. The problem is that if I don't restart lftp, after I empty the *transfer_log * file, lftp doesn't saved the next downloads in this

Re: transfer_log question

2011-04-22 Thread Juan Simón
I'm agree. This is a serious lack of security. 2011/4/21 Birta Levente blevi.li...@gmail.com Hi all Can someone tell me how to NOT log user and password to transfer_log? I use lftp with -f script and cron. thanks Levi

transfer_log

2011-04-22 Thread Juan Simón
Does lftp write in transfer_log while it downloads the file or after it has downloaded the file? Thanks.

Kill job_no

2011-04-24 Thread Juan Simón
lftp 4.2.1 $ jobs [0] queue (ftp://kemservi) Ejecutando ahora: [1] mirror -c Órdenes en cola: 1. mirror -c folder/ [1] mirror -c In this real example, there are two jobs: one in execution and one in queue. How I remove the job in queue? And how I kill the job in

Fwd: Problem with transfer_log

2011-04-25 Thread Juan Simón
Sorry by insist, but this is a annoying problem to me. Is there any way (without restart lftp) to solve? -- Mensaje reenviado -- De: Juan Simón si...@simonbcn.net Fecha: 21 de abril de 2011 15:02 Asunto: Problem with transfer_log Para: Lista LFTp lftp@uniyar.ac.ru When lftp

info of finished jobs

2011-04-25 Thread Juan Simón
lftp 4.2.1 I've queued two jobs (with queue). Now I've executed jobs to see the progress and it shows the actual job in execution but it says nothing about the previous finished job. I think this is a bug of this command. Regards.

empty the transfer_log from inside

2011-04-26 Thread Juan Simón
It would be nice a command to empty the transfer_log file from lftp itself, don't you think? It would be the only way to empty it and to continue working. Regards.

Re: empty the transfer_log from inside

2011-04-26 Thread Juan Simón
working 2011/4/26 Juan Simón si...@simonbcn.net It would be nice a command to empty the transfer_log file from lftp itself, don't you think? It would be the only way to empty it and to continue working. Regards.

Re: Re: empty the transfer_log from inside

2011-04-26 Thread Juan Simón
certainly not the only way to do it and keep working 2011/4/26 Juan Simón si...@simonbcn.net It would be nice a command to empty the transfer_log file from lftp itself, don't you think? It would be the only way to empty it and to continue working. Regards.

Re: Re: Re: empty the transfer_log from inside

2011-04-26 Thread Juan Simón
Well, I haven't this bash command. Where is it? Is it something like ' echo .lftp/transfer_log ' ? What is the difference between this command and to empty this file with an text editor? Why lftp doesn't refill this log file when I empty it with text editor? El 26 de abril de 2011 21:46, Roger

Thanks

2011-05-03 Thread Juan Simón
Hi, I've just seen the new version of lftp and I've seen that Alexander has introduced some changes solicited in this mailing list. I greatly appreciate their efforts and work. Thank you very much. By other side, I see no way to donate money for this project in the official website

Execute command to finish downloads

2011-05-13 Thread Juan Simón
Is there any way actually to execute a system command from lftp when all downloads finish? Regards.

net:timeout

2011-05-24 Thread Juan Simón
Hi, In manpage says: net:timeout (time interval) sets the network protocol timeout. What is time interval? Seconds? Minutes? Does this value relationship with this data_connection_timeout (The timeout, in seconds, which is roughly the maximum time we permit data transfers to stall for with no

vsftpd 2.3.4 and error 421 Data timeout.

2011-05-25 Thread Juan Simón
I use lftp 4.2.3 like client and vsftpd 2.3.4 on a Ubuntu Lucid 32 bits server. When lftp is downloading a file, vsftpd gives time to time an error *421 Data timeout*. If the download is active why it gives this error? Is it a problem with vsftpd or lftp? Regards.

Debug lftp transfers

2011-05-25 Thread Juan Simón
Hi, How I can debug the enqueued ftp transfers? I'm trying to determine who is the responsible of the errors 421 and 426 in vsftpd log. Regards.

ABOR when download finished!?

2011-05-25 Thread Juan Simón
I think lftp sends ABORT every time by every connection opened for download when the download is finished, is this correct? May 25 18:45:14 pure-ftpd: (user@87.219.25.236) [DEBUG] 426 ABORT May 25 18:45:14 pure-ftpd: (user@87.219.25.236) [NOTICE] file1 (1512046592 bytes, 195.66KB/sec) May 25

net:reconnect-interval?

2011-05-31 Thread Juan Simón
Hi, Client: lftp v4.2.3 Server: PureFTPd v1.0.32 I have this settings defined in rc: set net:max-retries 60 set net:reconnect-interval-base 10 set net:reconnect-interval-multiplier 1.2 set net:reconnect-interval-max 30 set net:timeout 5 set net:persist-retries 60 While lftp downloads something,

Re: net:reconnect-interval?

2011-05-31 Thread Juan Simón
this strange thing. Before reconnect 2186435871050 and after 8!? Is not this a bug? Please, I need an answer. Sometimes, it seems to me that writing to this list is like writing to no one, I rarely get an answer! Regards. El 31 de mayo de 2011 15:16, Juan Simón si...@simonbcn.net escribió: Hi

Re: net:reconnect-interval?

2011-06-01 Thread Juan Simón
I've changed set net:timeout to 0, in rc file, to see if this solves the problem. El 1 de junio de 2011 08:04, Juan Simón si...@simonbcn.net escribió: Can this problem be a bug supposedly fixed in the version 2.3.10: fixed rare deadlock message in case of ftp timeout.? El 31 de mayo de 2011

Error 426 with PureFTPd

2011-06-01 Thread Juan Simón
I see this output in lftp: --- PORT 192,168,1,2,168,225 --- REST 417792 --- RETR 00901.m2ts --- 426 ABORT server bug: 426 reply missed Closing aborted data socket --- 226-Transfer aborted Is normal that lftp sends 426 ABORT when download finished? What is the meaning of server bug: 426

Still I have problems downloading with PureFTPd and lftp

2011-06-02 Thread Juan Simón
PureFTPd 1.0.32 lftp 4.2.3 lftp pauses for several minutes in the middle of downloading or between downloads: [1] mirror folder1/ \mirror BDMV \mirror STREAM \transfer 8.m2ts `8.m2ts', se obtuvieron 58705920 de 78274560 (75%) \chunk 0-19568640 `8.m2ts'

lftp doesn't connect in passive mode by default

2011-06-02 Thread Juan Simón
lftp 4.2.3 In my rc file I have specified: *set ftp:passive-mode yes;* debug; set cache:enable no; #set ftp:prefer-epsv no; set ftp:sync-mode off; set mirror:set-permissions no; set mirror:use-pget-n 4; set mirror:no-empty-dirs yes; #set net:connection-limit 20; set net:max-retries 60; set

It shows Receiving data but it isn't true.

2011-06-02 Thread Juan Simón
lftp 4.2.3 jobs -v [1] mirror folder1/ \mirror BDMV \mirror STREAM \transfer 00012.m2ts `00012.m2ts', se obtuvieron 158415084 de 207316992 (76%) \chunk 0-51829248 `00012.m2ts' en 2927340 (1%) [Receiving data] It shows Receiving data but it isn't downloading

lftp fails with mirror and large folders

2011-06-07 Thread Juan Simón
lftp 4.2.3 PureFTPd 1.0.32 Ubuntu Lucid 64 bits When I try to download, with mirror, large folders (for example: Bluray disc folder), lftp randomly hangs in middle of download. I've tested with vsftpd, PureFTPd, with and without firewall, but lftp still fails. In local I only see the hanging

Re: net:reconnect-interval?

2011-06-11 Thread Juan Simón
I've applied the patch and then I have downloaded a DVD folder, a BD folder and a MKV file without problems. Thanks. Regards. El 8 de junio de 2011 15:25, Alexander V. Lukyanov l...@netis.ru escribió: This patch should fix the problem. -- Alexander.

password and security

2011-06-13 Thread Juan Simón
Hi, In the last version of lftp was supressed the output of password to log but it still shows this sensible info in other places: I connect to my FTP with this command: lftp -u user,password server and when I execute history I see the password, if I press key up I see the password, if I execute

Re: password and security

2011-06-13 Thread Juan Simón
It's insufficient. lftp should save the password in encrypted mode. Thanks. 2011/6/13 augustin augustin-l...@overshoot.tv On Monday 13 June 2011 07:11:32 pm you wrote: By other side, is there a way to automate FTP connection without entering the password in plain text? Regards. You

Re: password and security

2011-06-14 Thread Juan Simón
/netrc.php If you mind to set permissions on this file on 600, then no one else can read this file. And this is the way I use for automated download with lftp. Regards, Franck On 13/06/2011 13:11, Juan Simón wrote: Hi, In the last version of lftp was supressed the output of password

[lftp] links not available

2013-03-14 Thread Juan Simón
I have tried to download the last stable version of lftp but: The requested page /pub/source/lftp/lftp-4.4.5.tar.xz could not be found. Regards. ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Re: [lftp] mirror -I and log file size

2014-06-02 Thread Juan Simón
glob mirror DARK_STORIES_* works. 2014-05-28 12:27 GMT+02:00 Juan Simón deced...@gmail.com: Hi, I use lftp v4.5.0. I have 3 folders with these names: DARK_STORIES_1, DARK_STORIES_2 and DARK_STORIES_3. I execute: mirror -I DARK_STORIES_* but it downloads nothing. I attach a log file

[lftp] mirror -I and log file size

2014-06-02 Thread Juan Simón
Hi, I use lftp v4.5.0. I have 3 folders with these names: DARK_STORIES_1, DARK_STORIES_2 and DARK_STORIES_3. I execute: mirror -I DARK_STORIES_* but it downloads nothing. I attach a log file with the output. [ftp] ~/juan mirror -I DARK_STORIES_* --- EPSV --- LIST --- 229 Entering Extended Passive

Re: [lftp] lftp 4.5.5

2014-09-04 Thread Juan Simón
Error to compile this new version 4.5.5 on Ubuntu Trusty 64: $ ./configure --with-modules --with-pager=/usr/bin/less --without-gnutls --without-openssl . $ make Making all in m4 Making all in doc Making all in lib Making all in src ftpclass.cc: In destructor 'Ftp::Connection::~Connection()':

Re: [lftp] lftp 4.5.5

2014-09-04 Thread Juan Simón
Thank you too much. Now it works. 2014-09-04 20:55 GMT+02:00 Jeroen Roovers j...@gentoo.org: On Thu, 4 Sep 2014 14:25:18 +0200 Juan Simón deced...@gmail.com wrote: ftpclass.cc: In destructor 'Ftp::Connection::~Connection()': ftpclass.cc:1074:15: error: lvalue required as left operand

Re: [lftp] lftp 4.5.5

2014-09-04 Thread Juan Simón
What is the meaning of this change 'added mirror Finished message'? 2014-09-04 14:08 GMT+02:00 Alexander V. Lukyanov lavv...@gmail.com: lftp-4.5.5 has been released. Changes: * added support for internationalized domain names. * added lftp --norc option. * added mirror Finished message. *

Re: [lftp] possible bug in lftp mirror using xfer:use-temp-file option

2014-09-30 Thread Juan Simón
In which LFTP version exists this option (xfer:use-temp-file)? 2014-09-30 19:05 GMT+02:00 akshay gupta akshaygupta...@gmail.com: Its causing unpredictable behaviour in case of fuse mounted file system. Please look into it if it can be resolved. Thanks for the quick response. ~Akshay On

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
Error to compile lftp-4.6 on Ubuntu 14.04 64 bits with './configure --with-modules --without-gnutls --without-openssl': Making all in m4 Making all in doc Making all in lib Making all in src ftpclass.cc: In member function 'virtual int Ftp::Do()': ftpclass.cc:1614:22: error: 'PROT' is not a member

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
make: *** [all-recursive] Error 1 This 4.6.0 version is compilable in some scenario? 2014-10-14 13:57 GMT+02:00 Juan Simón deced...@gmail.com: Error to compile lftp-4.6 on Ubuntu 14.04 64 bits with './configure --with-modules --without-gnutls --without-openssl': Making all in m4 Making all

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
::Expect' || expect-Has(Expect::PROT)) ^ make[1]: *** [ftpclass.lo] Error 1 make[1]: *** Se espera a que terminen otras tareas make: *** [all-recursive] Error 1 2014-10-14 15:54 GMT+02:00 Jeroen Roovers j...@gentoo.org: On Tue, 14 Oct 2014 14:14:26 +0200 Juan Simón

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
If it's a dependency problem, why does configure say anything? Now I can't use lftp... 2014-10-14 13:57 GMT+02:00 Juan Simón deced...@gmail.com: Error to compile lftp-4.6 on Ubuntu 14.04 64 bits with './configure --with-modules --without-gnutls --without-openssl': Making all in m4 Making all in doc

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
[1]: *** [ftpclass.lo] Error 1 The git version has the same error. I have compiled the 4.6.0 version on Gentoo Linux and same error. 2014-10-14 21:47 GMT+02:00 Juan Simón deced...@gmail.com: Please, can anyone compile any of these versions? Is this a dependency problem or syntax error? I try

Re: [lftp] lftp 4.5.6 (stable) and 4.6.0

2014-10-14 Thread Juan Simón
I have found the origin of this bug: https://github.com/lavv17/lftp/issues/98#issuecomment-59123679 2014-10-14 23:34 GMT+02:00 Juan Simón deced...@gmail.com: I have compiled 4.6.0 version without any flags (CFLAGS,...) and without parallel compilation and with complete output: /bin/bash

Re: [lftp] Problem with Spam in Gmail with this list

2015-02-11 Thread Juan Simón
Google Groups is a good option, don't you think? 2015-02-11 12:18 GMT+01:00 Alexander V. Lukyanov l...@netis.ru: On Wed, Feb 11, 2015 at 09:43:26AM +0100, Juan Simón wrote: Hi, I have a problem related to this mail list. Gmail considers some mails of this list like spam. I have added

Re: [lftp] [Enhancement] Option to specify config file

2015-03-18 Thread Juan Simón
the options of lftp command are near the end, when I think they should be at the beginning. 2015-03-18 8:13 GMT+01:00 Alexander V. Lukyanov l...@netis.ru: On Wed, Mar 18, 2015 at 12:49:16AM +0100, Juan Simón wrote: It would be great an option to specify a config file different of default

[lftp] [Enhancement] Option to specify config file

2015-03-17 Thread Juan Simón
Hi, It would be great an option to specify a config file different of default. It would be useful another option to indicate to lftp that it doesn't load any config file, that it uses the default values. Regards. ___ lftp mailing list lftp@uniyar.ac.ru

Re: [lftp] editor

2015-04-16 Thread Juan Simón
Thanks for the new version. I have tested the 'edit' and 'bookmark edit' command and there is a problem. I use Ubuntu Linux and I configure the default text editor with update-alternatives --config editor no with EDITOR variable. But lftp only uses this variable. Regards. 2015-04-16 13:23

Re: [lftp] lftp 4.6.3a

2015-06-19 Thread Juan Simón
Thanks. Which is the default option to mirror:recursion and mirror:overwrite? Regards. 2015-06-19 17:00 GMT+02:00 Alexander V. Lukyanov lavv...@gmail.com: lftp-4.6.3a has been released. Changes: Version 4.6.3 - 2015-06-17 * new mirror setting mirror:overwrite and options

[lftp] Insert current working directory at local in prompt

2015-08-18 Thread Juan Simón
Is there any way to insert current working directory at local in prompt? Regards. ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Re: [lftp] Insert current working directory at local in prompt

2015-08-19 Thread Juan Simón
ok, it works. Thanks.  2015-08-19 15:59 GMT+02:00 Alexander V. Lukyanov l...@netis.ru: On Wed, Aug 19, 2015 at 03:26:27PM +0200, Juan Simón wrote: l by local? ;-) Ok, please see https://github.com/lavv17/lftp/commit/5084726c2533abd382baf4b404cef28af64846b6 -- Alexander. 2015-08

Re: [lftp] Insert current working directory at local in prompt

2015-08-19 Thread Juan Simón
I don't understand what you mean. 2015-08-19 13:00 GMT+02:00 Alexander Lukyanov lavv...@gmail.com: I think it can be made possible with a new readline key bindings. Which key combination do you suggest? вт, 18 авг. 2015, 12:35, Juan Simón deced...@gmail.com: Is there any way to insert

Re: [lftp] lftp 4.6.4

2015-08-21 Thread Juan Simón
Thanks. You forgot update the man file with new prompt option \l Regards. 2015-08-21 15:43 GMT+02:00 Alexander V. Lukyanov lavv...@gmail.com: lftp-4.6.4 has been released. Changes: Version 4.6.4 - 2015-08-20 * mirror: new option --transfer-all. * torrent: new setting torrent:timeout to

[lftp] SFTP with certificate

2016-06-04 Thread Juan Simón
Hi, I connect to a remote server with a certificate (without password) but when I try to connect via lftp, it asks for my password, why? I have defined "set sftp:auto-confirm yes" in config file. ___ lftp mailing list lftp@uniyar.ac.ru

[lftp] SFTP with certificate

2016-06-05 Thread Juan Simón
But if the password is needed, ssh should be ask for it. No lftp. It's a breach in security. > At the time of password input ssh is not started yet. So lftp doesn't know > that the password is not needed. вс, 5 июня 2016, 12:59 Juan Simón : __

Re: [lftp] download speed drops sharply

2016-04-24 Thread Juan Simón
the problem is. :-( Any idea? Regards. 2016-04-23 21:47 GMT+02:00 Alexander Lukyanov <lavv...@gmail.com>: > Please turn on debug and see the ftp protocol details, it may shed some > light. > > сб, 23 апр. 2016 г. в 17:28, Juan Simón <deced...@gmail.com>: >

[lftp] EPSV or PASV?

2016-04-25 Thread Juan Simón
Hi, Server: Pure-FTPd server Client: lftp 4.7.1 I use IPv4, what is the best mode: PASV or EPSV? Regards. ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

[lftp] [FEATURE REQUEST] Disk space preallocation

2016-04-25 Thread Juan Simón
Hi, It would be good to add an option for preallocate disk space of download files. Regards. ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Re: [lftp] download speed drops sharply

2016-04-29 Thread Juan Simón
list a job with that number. If I specify more than one "-v", should I see more info about that job? Because actually it shows always the same info. Regards. 2016-04-24 21:12 GMT+02:00 Juan Simón <deced...@gmail.com>: > It's a weird problem. I don't know why it occurs. I've tested with 2 F

[lftp] Variables in rc file?

2016-04-29 Thread Juan Simón
Is there possible to use variables in rc file (similar to BASH, ZSH, etc.)? For example, to define the HOME folder. ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

[lftp] [Enhancement] Option to specify config file

2016-04-29 Thread Juan Simón
In the similar way that there is a "--norc" option, it would be easy add one option "--rc rc.config" that it allows specify the config file easily. > Hi Juan, I suggest that your solution is in your other email, and is the one > I used for years : One dir for each server, or group of servers,

Re: [lftp] [Enhancement] Option to specify config file

2016-04-29 Thread Juan Simón
Actually I connect to several FTP servers and I would like define configuration rules different for each one. How can I do this? 2015-03-18 11:11 GMT+01:00 Juan Simón <deced...@gmail.com>: > Ok, that option is just what I wanted. I don't think this option should > skip /etc/l

[lftp] [FEATURE REQUEST] Disk space preallocation

2016-04-29 Thread Juan Simón
And for mirror too, no? mirror can use pget. > I think it's a good idea for pget. For plain 'get' it will prevent transfer > resume (reget). -- Alexander. ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Re: [lftp] download speed drops sharply

2016-04-29 Thread Juan Simón
ards. 2016-04-29 14:50 GMT+02:00 Alexander V. Lukyanov <l...@netis.ru>: > On Fri, Apr 29, 2016 at 11:28:07AM +0200, Juan Simón wrote: > > I'm testing with another server and same problem. > > I've defined in config file: > > ... > > set mirror:no-empty-dirs ye

[lftp] pget:save-status = never?

2016-04-26 Thread Juan Simón
​​Hi, If I set 'pget:save-status = never', will lftp be able resume downloads? ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Re: [lftp] (no subject)

2016-04-23 Thread Juan Simón
192.168.1.2:45404IP-server:30142 ... Any help? Thanks. 2016-04-23 15:54 GMT+02:00 Juan Simón <deced...@gmail.com>: > lftp v4.7.1 > Arch Linux 64 bits > > I have defined in my rc config file: > ... > set mirror:exclude-regex "^.+\.[pP][aA][rR][tT]$|^.+\.[u

[lftp] (no subject)

2016-04-23 Thread Juan Simón
lftp v4.7.1 Arch Linux 64 bits I have defined in my rc config file: ... set mirror:exclude-regex "^.+\.[pP][aA][rR][tT]$|^.+\.[uU][rR][lL]$"; set mirror:no-empty-dirs yes; set mirror:order "/*"; set mirror:parallel-directories yes; set mirror:parallel-transfer-count 2; set mirror:set-permissions

Re: [lftp] download speed drops sharply

2016-05-04 Thread Juan Simón
Thanks, but it's solved. ___ Escrito desde el móvil El 4 may. 2016 1:26 PM, "Alexander Lukyanov" <lavv...@gmail.com> escribió: > Can you please try "set ftp:prefer-epsv no"? > > пт, 29 апр. 2016 г. в 19:22, Juan Simón <deced...@gmail.com>

Re: [lftp] removing stale socket

2016-07-13 Thread Juan Simón
When I attach to a background session. 2016-07-13 15:43 GMT+02:00 Juan Cole <jric...@gmail.com>: > could you explain more the context in which you received it? > > cheers Juan > > On Wed, Jul 13, 2016 at 9:19 AM, Juan Simón <deced...@gmail.com> wrote: > >>

[lftp] removing stale socket

2016-07-13 Thread Juan Simón
What's the meaning of this message: "attach: removing stale socket `/home/juan/.lftp/bg/arch.local-4617'."? ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Re: [lftp] removing stale socket

2016-07-13 Thread Juan Simón
hat means. In what connection are you > using an lftp program? Informed Comment, my blog? Why? University of > Michigan?I don't think I use ftp with the blog, but have ftp'd a lot of > material to umich.edu > > cheers Juan > > On Wed, Jul 13, 2016 at 9:46 AM, Juan Si

[lftp] "mirror --include-glob=..." doesn't works well

2017-02-02 Thread Juan Simón
lftp v4.7.5 I have several folders in server with similar name: - Body Search/ - Body Soul 1/ - Body Soul 2/ - Body Soul 3/ - Body Soul 4/ I execute mirror -I "Body*" but it only downloads the first folder. ___ lftp mailing list

[lftp] Insert a unicode value in prompt

2017-01-11 Thread Juan Simón
I want to add a powerline symbol in lftp prompt.The codepoint is f233. In terminal I can print it with > echo "\uf233" > ​Is there any way ​to do this in lftp prompt? ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

[lftp] log files

2017-03-25 Thread Juan Simón
Hi, Is there any setting or way to disable some logs like "log", "cwd_history", "rl_history"? Regards. ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

[lftp] HTTP/2.0

2017-04-26 Thread Juan Simón
Hi, Does lftp support HTTP/2.0? If yes, how enable it in lftp? Regards. ___ lftp mailing list lftp@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Re: [lftp-devel] lftp snapshot 20140317 available

2014-03-17 Thread Juan Simón
Please, what's the changelog? Regards. 2014-03-17 11:09 GMT+01:00 Alexander V. Lukyanov l...@netis.ru: http://lftp.yar.ru/ftp/devel/lftp-4.4.99.20140317.tar.gz Please test. -- Alexander. ___ lftp-devel mailing list lftp-devel@uniyar.ac.ru

Re: [lftp-devel] [lftp] possible bug in lftp mirror using xfer:use-temp-file option

2014-09-30 Thread Juan Simón
In which LFTP version exists this option (xfer:use-temp-file)? 2014-09-30 19:05 GMT+02:00 akshay gupta akshaygupta...@gmail.com: Its causing unpredictable behaviour in case of fuse mounted file system. Please look into it if it can be resolved. Thanks for the quick response. ~Akshay On