Re: Problem with "mget -E" in lftp 2.4.5 and 2.4.6

2001-11-05 Thread Liviu Daia
On 5 November 2001, Alexander V. Lukyanov <[EMAIL PROTECTED]> wrote: > On Mon, Nov 05, 2001 at 05:08:09PM +0200, Liviu Daia wrote: > > : ftp:use-quit (bool) > > : if true, lftp sends QUIT before disconnecting from > > : ftp server. Default is true. > > > > My pr

Re: Problem with "mget -E" in lftp 2.4.5 and 2.4.6

2001-11-05 Thread Glenn Maynard
On Mon, Nov 05, 2001 at 04:41:34PM +0300, Alexander V. Lukyanov wrote: > Good thing to have, but it is quite boring to create. And difficult to be sure it's comprehensive. +TimeDiff status_interval(0,ResMgr::Query("cmd:status-interval", 0)); +Time last_status; I'm still confused

Re: Problem with "mget -E" in lftp 2.4.5 and 2.4.6

2001-11-05 Thread Glenn Maynard
On Mon, Nov 05, 2001 at 06:29:56PM +0300, Alexander V. Lukyanov wrote: > On Mon, Nov 05, 2001 at 05:08:09PM +0200, Liviu Daia wrote: > > : ftp:use-quit (bool) > > : if true, lftp sends QUIT before disconnecting from > > : ftp server. Default is true. > > > > M

Re: Problem with "mget -E" in lftp 2.4.5 and 2.4.6

2001-11-05 Thread Liviu Daia
On 5 November 2001, Alexander V. Lukyanov <[EMAIL PROTECTED]> wrote: > On Sat, Nov 03, 2001 at 04:02:21PM +0200, Liviu Daia wrote: > > Somewhere along the path from 2.4.4 to 2.4.5, somebody made a > > less then fortunate change: issuing a command > > > > mget -c -E *.gz > > > > now results

Re: Problem with "mget -E" in lftp 2.4.5 and 2.4.6

2001-11-05 Thread Alexander V. Lukyanov
On Mon, Nov 05, 2001 at 05:08:09PM +0200, Liviu Daia wrote: > : ftp:use-quit (bool) > : if true, lftp sends QUIT before disconnecting from > : ftp server. Default is true. > > My problem is precisely that it doesn't send QUIT before > disconnecting when set to

Re: Problem with "mget -E" in lftp 2.4.5 and 2.4.6

2001-11-05 Thread Alexander V. Lukyanov
On Sun, Nov 04, 2001 at 01:17:22AM -0500, Glenn Maynard wrote: > Alex, think it's time for a full test set? Little bugs like these are > easy to cause; a set of sourcable scripts to simply try every option for > every (and a couple combinations) command would catch a lot of these. Good thing to

Re: Problem with "mget -E" in lftp 2.4.5 and 2.4.6

2001-11-05 Thread Alexander V. Lukyanov
On Sat, Nov 03, 2001 at 04:02:21PM +0200, Liviu Daia wrote: > Somewhere along the path from 2.4.4 to 2.4.5, somebody made a less > then fortunate change: issuing a command > > mget -c -E *.gz > > now results in a segfault after downloading and removing the first > matching file. This

Re: more speed stuff

2001-11-05 Thread Alexander V. Lukyanov
On Wed, Oct 31, 2001 at 01:31:37PM -0700, Glenn Maynard wrote: > By the way, CVS is broken: > > 03:28pm [EMAIL PROTECTED]/2 [~/lftp/src] cvs -n upd > Sorry, you don't have read/write access to the history file > /home/lav/cvsroot/CVSROOT/history > Permission denied Fixed now, thanks. -- Ale

Re: single quotes in filenames + completion

2001-11-05 Thread Alexander V. Lukyanov
On Sat, Nov 03, 2001 at 12:53:39AM -0500, Glenn Maynard wrote: > Single quotes are stripped during completion, so completion for ie > John's\ File tries to complete for "Johns File", and returns (typically) > no results. I've made single quote to be equivalent to double quote, changed parser, etc