Re: lftp optimisation

2001-10-15 Thread Alexander V. Lukyanov
On Sun, Oct 14, 2001 at 12:21:05PM +0200, Lucas Nussbaum wrote: when you use filename completion in FTP mode, it seems lftp does a ls, then look for matching files. It would be better if it does a ls beginningofname* because a ls can be very bandwidth extensive on large directories. (try on

Re: lftp-pre2.4.5-2 is available.

2001-10-15 Thread Alexander V. Lukyanov
On Fri, Oct 12, 2001 at 10:03:03PM -0400, Glenn Maynard wrote: PtyShell.cc:107: warning: deprecated conversion from string constant to `char *' PtyShell.cc:108: warning: deprecated conversion from string constant to `char *' PtyShell.cc:109: warning: deprecated conversion from string constant

Re: cls -l dates, other

2001-10-15 Thread Alexander V. Lukyanov
I have applied this patch. BTW, cls has a memory leak. Try: repeat 0 cls /dev/null and watch lftp process size. -- Alexander. | http://www.yars.free.net/~lav/

Re: cls -l dates, other

2001-10-15 Thread Alexander V. Lukyanov
On Mon, Oct 15, 2001 at 04:59:44PM +0400, Alexander V. Lukyanov wrote: I have applied this patch. BTW, cls has a memory leak. Try: I have fixed the leak, here is the relevant patch: --- FileSetOutput.cc2001/10/15 11:58:38 +++ FileSetOutput.cc2001/10/15 14:14:10 @@ -586,6 +586,7 @@