Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2015-02-24 Thread akshay gupta
Its not working: I run the ./autogen.sh --without-gnutls --with-openssl command and it cannot seem to find Makefile.in in the configure step. Attached the complete logs On Thu, Dec 4, 2014 at 8:54 PM, Alexander Lukyanov wrote: > autogen.sh script should generate everything. You'll have to get

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-12-08 Thread Alexander Lukyanov
"rpmbuild -tb lftp-VERSION.tar.gz" should do the trick. 10:19, пн, 08.12.2014, akshay gupta : > Hi Alexander, > > Can you please also tell the steps needed to build an rpm for lftp. > > ~ Akshay > > On Sat, Dec 6, 2014 at 12:42 AM, akshay gupta > wrote: > >> Have done some initial high level tes

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-12-07 Thread akshay gupta
Hi Alexander, Can you please also tell the steps needed to build an rpm for lftp. ~ Akshay On Sat, Dec 6, 2014 at 12:42 AM, akshay gupta wrote: > Have done some initial high level testing. It seems to work. Will test it > thoroughly and will get back to you in case I find any bug. > > On Fri,

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-12-05 Thread akshay gupta
Have done some initial high level testing. It seems to work. Will test it thoroughly and will get back to you in case I find any bug. On Fri, Dec 5, 2014 at 10:20 PM, Alexander Lukyanov wrote: > I think you need to install gettext-devel. > > I have also made a snapshot in case you don't want to

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-12-05 Thread Alexander Lukyanov
I think you need to install gettext-devel. I have also made a snapshot in case you don't want to build from git: http://lftp.yar.ru/ftp/devel/lftp-4.6.0.20141205.tar.gz 2014-12-05 9:43 GMT+03:00 akshay gupta : > Its not working: I run the ./autogen.sh --without-gnutls --with-openssl > command an

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-12-04 Thread Alexander Lukyanov
autogen.sh script should generate everything. You'll have to get gnulib too. четверг, 4 декабря 2014 г. пользователь akshay gupta написал: > I have cloned the lftp repo, can you please tell me the steps to create configure file and make script. I tried automake --force-missing --add-missing but it

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-12-04 Thread akshay gupta
I have cloned the lftp repo, can you please tell me the steps to create configure file and make script. I tried automake --force-missing --add-missing but its giving src/Makefile.am:45: NEED_TRIO does not appear in AM_CONDITIONAL src/Makefile.am: installing `build-aux/depcomp' Makefile.am:4: NEED_

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-12-04 Thread Alexander V. Lukyanov
On Wed, Dec 03, 2014 at 02:11:28PM +0400, Alexander Lukyanov wrote: > It's almost done, needs to be tested and also some issues with sorting to > be fixed. > > 2014-12-03 10:26 GMT+03:00 akshay gupta : > > > Are these feature present in LFTP implementation timeline? By when will > > they be impleme

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-12-03 Thread Alexander Lukyanov
It's almost done, needs to be tested and also some issues with sorting to be fixed. 2014-12-03 10:26 GMT+03:00 akshay gupta : > Are these feature present in LFTP implementation timeline? By when will > they be implemented? > -- Alexander. ___ lft

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-12-02 Thread akshay gupta
Are these feature present in LFTP implementation timeline? By when will they be implemented? ___ lftp-devel mailing list lftp-devel@uniyar.ac.ru http://univ.uniyar.ac.ru/mailman/listinfo/lftp-devel

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-11-17 Thread akshay gupta
We are in desperate need of this feature as without this feature we can only ensure file order within a folder. There is a huge dependency on file order for some of our hadoop oozie jobs. By when can we expect this feature to come in lftp? On Wed, Nov 12, 2014 at 1:54 PM, Alexander Lukyanov wro

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-11-12 Thread Alexander Lukyanov
I think it is possible and the amount of programming work is moderate. The recursive model of mirror will stay but the file transfers will be deferred and done on the top level when recursive directory traversal is finished. 2014-11-12 8:32 GMT+03:00 akshay gupta : > Hi Alexander, > > Are there a

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-11-11 Thread akshay gupta
Hi Alexander, Are there any plans for redesigning LFTP Mirror algorithm to build the whole recursive list first. How much change would that require if we go that path? Thanks, Akshay On Thu, Oct 30, 2014 at 4:44 PM, akshay gupta wrote: > lftp have options like --depth-first and --no-recursion

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-10-30 Thread akshay gupta
lftp have options like --depth-first and --no-recursion I think it will make sense to have an option like " --iterative" for iterative file transfer. This option will fetch the full file list and then fetch them iteratively. On Wed, Oct 29, 2014 at 2:29 PM, akshay gupta wrote: > I think the fun

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-10-29 Thread akshay gupta
I think the functionality of mirror:sort-by option implies that the order is for all the files irrespective of the directory structure. Or may be it should support both the options and it would be configuration defined which one to use. On Wed, Oct 29, 2014 at 2:09 PM, Alexander Lukyanov wrote:

Re: [lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-10-29 Thread Alexander Lukyanov
Mirror in lftp works directory by directory. It does not build full list of files first, so it cannot sort the whole list. Maybe the mirror algorithm should be redesigned to build the whole recursive list first. What do you think? 2014-10-29 10:07 GMT+03:00 akshay gupta : > Hi, > > I am trying to

[lftp-devel] Possible Bug in lftp mirror using mirror:sort-by option

2014-10-29 Thread akshay gupta
Hi, I am trying to mirror files using mirror:sort-by option set to 'date-desc'. My file structure is like this $ ls -l -R total 3191264 drwxr-xr-x 3 vikasgoyal biadmin 102 Oct 22 12:35 1 -rw-r--r-- 1 vikasgoyal biadmin 0 Aug 1 01:00 tmp.txt -rw-r--r-- 1 vikasgoyal biadmi