Re: ABOR problem?

2001-11-12 Thread Alexander V. Lukyanov
On Sun, Nov 11, 2001 at 05:28:42PM +0100, Piotr Krukowiecki wrote: Hi after kill'ing some transfer (ie get) i get this: --- ABOR --- 500 '?': command not understood. Is that ok? lftp 2.4.6 The server does not properly implement ABOR command. Do this in your ~/.lftp/rc: set

Re: ssl for anonymous does not make sense

2001-11-12 Thread Alexander V. Lukyanov
On Fri, Nov 09, 2001 at 10:37:11PM -0500, Glenn Maynard wrote: // ssl for anonymous does not make sense. if(!ftps QueryBool(ssl-allow) user pass) Why not? It's not needed for authentication (though it doesn't hurt; the fact that you're connected anonymously isn't cleartext),

Re: lftp cls (owner/group) info?

2001-11-12 Thread Glenn Maynard
On Mon, Nov 12, 2001 at 10:38:05AM -0600, Mike wrote: It seems some info is missing from the output of cls though. Number of links, owner and group have been removed. They aren't removed; they were never there. The LIST parsers simply don't parse this information yet. I'll get around

Re: file vs directory stuff

2001-11-12 Thread Glenn Maynard
On Mon, Nov 12, 2001 at 12:03:54PM +0300, Alexander V. Lukyanov wrote: Second, chdir results aren't cached, so it keeps doing the test chdirs every time. Of course, most chdir results shouldn't be cached; it's only useful for this case. Do you think we could use a more generalized cache?

ls stuff, getfileinfo

2001-11-12 Thread Glenn Maynard
We're at 25 lines of output from help; oops. I'd suggest removing exit and zmore (perhaps change more to [z]more). This is becoming a problem; lftp does too much for 24 lines! I'll start thinking about extending the help system slightly. (Did I include the human_readable stuff for cls before?