lftp-2.4.8 doesn't support persistent connections

2001-12-24 Thread pcg
I just read this thread: http://www.mail-archive.com/lftp-devel@uniyar.ac.ru/msg00650.html (which was pointed out to me by nicolas noble). I wrote the server in question and also use lftp on it, mostly for testing (but never checked wether lftp does persistent connections with it). The probl

Re: weird bug in lftp

2001-12-24 Thread Glenn Maynard
On Mon, Dec 24, 2001 at 01:57:38PM +0100, Nicolas Noble wrote: > Well, openftpd is designed to help the user in anytime. And it is designed > to work in telnet. So if you have, say, the directory "test" and you do > CWD t > it will answer > 250 Ok, you are in 'test' > because it will do the comple

Re: nlist errors

2001-12-24 Thread Glenn Maynard
On Mon, Dec 24, 2001 at 12:42:51PM +0300, Alexander V. Lukyanov wrote: > The session does not know if there is another higher priority session > which is going to be used right now - that is why a delay is needed. > The less is the priority the more is the delay. So the connection will > be reused

Re: weird bug in lftp

2001-12-24 Thread Nicolas Noble
> There's absolutely nothing wrong with lftp's behavior here. "250" means > the CWD command was successful: the directory specified (/test, /test/x) > exists and was CD's into. > > If this server is returning 250 when it doesn't exist, expecting the > client to see the changed directory in the m

Re: weird bug in lftp

2001-12-24 Thread Piotr Krukowiecki
On Mon, 24 Dec 2001, Piotr Krukowiecki wrote: > site version shows '0.30.1' but i'm not sure if it's true > It's cvs version downloaded as openftpd-daily at 20011210, but last > entry in ChangeLog file is from 2001-07-01 I've checked lastest cvs and it doesn't use split_dir at all :( shit. Sorr

Re: weird bug in lftp

2001-12-24 Thread Piotr Krukowiecki
On Mon, 24 Dec 2001, Glenn Maynard wrote: > On Sun, Dec 23, 2001 at 10:57:16PM -0500, Glenn Maynard wrote: > > Mind repeating each of these, doing a "QUOTE PWD" after each? I want to > > know if the paths output are *actually* where it's ending up, or if > > that's just cosmetic. Yes: lftp [EMAI

Re: nlist errors

2001-12-24 Thread Alexander V. Lukyanov
On Mon, Dec 24, 2001 at 04:13:34AM -0500, Glenn Maynard wrote: > I need to know if the output is a TTY and the width. The output might > be not stdout but still a TTY (ie. > /dev/tty5; or a dup of stdout.) I think it is very rare case. The width is not very important, because intermediate filte

Re: nlist errors

2001-12-24 Thread Glenn Maynard
On Mon, Dec 24, 2001 at 10:42:19AM +0300, Alexander V. Lukyanov wrote: > What's the problem with usesfd(1)? I need to know if the output is a TTY and the width. The output might be not stdout but still a TTY (ie. > /dev/tty5; or a dup of stdout.) > > Cosmetic: "remote closed". > > Why? When

Re: weird bug in lftp (patch)

2001-12-24 Thread Glenn Maynard
On Mon, Dec 24, 2001 at 09:23:04AM +0300, Alexander V. Lukyanov wrote: > This ftp server seems to accept only first directory component of the path > passed with CWD command. It could be possible to do a couple CDUP's with > following CWD dir commands to workaround, but it is PITA. This doesn't e