Re: lftp 2.4.0 : segfault while logging in

2001-08-07 Thread Alexander V. Lukyanov
On Mon, Aug 06, 2001 at 11:25:57PM +0200, cube wrote: (gdb) info stack #0 0x807aae8 in FileAccess::Query () at eval.c:88 #1 0x8098a43 in Ftp::QueryStringWithUserAtHost () at eval.c:88 Thanks. See the patch. I'll release 2.4.1 soon. -- Alexander.

Re: lftp 2.4.0 : segfault while logging in

2001-08-07 Thread Alexander V. Lukyanov
On Tue, Aug 07, 2001 at 04:43:39PM +0400, Alexander V. Lukyanov wrote: See the patch. I'll release 2.4.1 soon. -- Alexander. Index: ftpclass.cc === RCS file: /home/lav/cvsroot/lftp/src/ftpclass.cc,v retrieving revision 1.196

Can lftp run a script without exiting at the end?

2001-08-07 Thread George Entenman
I would like to write a script for lftp that would do things that I usually do for a particular site (log in, cd and lcd to the usual directories, etc.). I'd then like to start lftp with the -f script option, have it execute those commands and then leave me in the state that the script ended

Re: Can lftp run a script without exiting at the end?

2001-08-07 Thread Alexander V. Lukyanov
On Tue, Aug 07, 2001 at 09:51:40AM -0400, George Entenman wrote: I would like to write a script for lftp that would do things that I usually do for a particular site (log in, cd and lcd to the usual directories, etc.). I'd then like to start lftp with the -f script option, have it execute