[lftp-devel] lftp-pre4.5.0-20131206

2013-12-06 Thread Alexander V. Lukyanov
A new development snapshot is available from http://lftp.yar.ru/ftp/devel/lftp-pre4.5.0-20131206.tar.gz * optimized cpu usage. * fixed file info fetching from http server. Please test. -- Alexander. ___ lftp-devel mailing list lftp-devel

Re: [lftp-devel] lftp-pre4.5.0-20131206

2013-12-06 Thread Justin Piszcz
Hello Alexander, $ /vapp/bin/lftp --version LFTP | Version pre4.5.0-20131206 | Copyright (c) 1996-2013 Alexander V. Lukyanov Performed same test under same conditions using the same file, 3-times: 156505837056 bytes transferred in 205 seconds (726.62M/s) 156505837056 bytes transferred in 193

Re: [lftp-devel] lftp-pre4.5.0-20131206

2013-12-06 Thread Lars Viklund
On Fri, Dec 06, 2013 at 04:19:22PM +0400, Alexander V. Lukyanov wrote: A new development snapshot is available from http://lftp.yar.ru/ftp/devel/lftp-pre4.5.0-20131206.tar.gz * optimized cpu usage. * fixed file info fetching from http server. Please test. I grabbed this version

Re: [lftp-devel] lftp-pre4.5.0-20131206

2013-12-06 Thread Alexander V. Lukyanov
BTW, I have just fixed a failed assert in heap code (removing the last heap item is a special case that was not handled properly). -- Alexander. ___ lftp-devel mailing list lftp-devel@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp-devel

Re: [lftp-devel] lftp-pre4.5.0-20131206

2013-12-06 Thread Justin Piszcz
-Original Message- From: Alexander V. Lukyanov [mailto:l...@netis.ru] Sent: Friday, December 06, 2013 8:39 AM To: Justin Piszcz Cc: lftp-devel@uniyar.ac.ru Subject: Re: lftp-pre4.5.0-20131206 On Fri, Dec 06, 2013 at 08:31:38AM -0500, Justin Piszcz wrote: Hello Alexander

[lftp] lftp 4.4.9 doesn't compile

2013-12-06 Thread Philipp Thomas
Compilation for openSUSE factory (gcc 4.8.1, glibc 2.18) fails. Seems that somewhere c++defs.h is not being included/referenced. BTW, shouldn't g++ be called on this file instead of gcc? Please keep me in CC as I'm not subscribed. gcc -DHAVE_CONFIG_H -I. -I../lib -I../lib -I../trio \

[lftp] lftp mirror how to handle just a few sub dirs ?

2013-12-06 Thread smokisalmon
Hi I tried now for a couple of hours to mirror a few directories out of a huge one. there are thousands of files and hunderts of directories with all possible names. But I just want to have the directories at /a/b/ which are created in the last 7 days --newer-than=now-7days and which are

[lftp] lftp segmentation fault

2013-12-06 Thread Terry Mark
Hi there, After compiling lftp (with ./configure make), I get a segmentation fault error immediately after calling lftp. This is on CentOS 6.4, x86_64. Any help or advice would be greatly appreciated. thanks ! ___ lftp mailing list

[lftp] automating password seems fail when using lftp -u

2013-12-06 Thread itmwk Smith
Dear all, I met a problem when I want to automate password to download file from a sftp site by lftp -u. My question is when using lftp to download file from a sftp site with automating password : lftp -e 'set xfer:clobber on; mget -c one_file' -u username,passwd sftp://hostname lftp still

Re: [lftp] lftp mget exit code 1 when there are no files to retrieve

2013-12-06 Thread Rafael E. Martinez
Hi Alexander, Just wanted to let you know that found something that you already replied on and it seems do to the trick in my case as well by separating mget *.txt with || echo -n, the script continues executing all the way to the end even though mget return no files found and it finishes with

Re: [lftp] lftp segmentation fault

2013-12-06 Thread Alexander V. Lukyanov
On Fri, Sep 27, 2013 at 07:06:30PM +, Terry Mark wrote: Hi there, After compiling lftp (with ./configure make), I get a segmentation fault error immediately after calling lftp. This is on CentOS 6.4, x86_64. Any help or advice would be greatly appreciated. Use the latest lftp

Re: [lftp] lftp mirror how to handle just a few sub dirs ?

2013-12-06 Thread Alexander V. Lukyanov
On Thu, Oct 10, 2013 at 01:57:28PM +, smokisalmon wrote: Therefore my -include filter was --include ^/BLA.D[0-9][0-9][0-9][0-9]/.*$ -- mirror --delete --no-empty-dirs --only-newer --include ^/a/b/BLA.D[0-9][0-9][0-9][0-9] --newer-than=now-7days --verbose=3 ./a/b/ ./a/b/ but