On Thu, Dec 13, 2001 at 06:38:40PM +0300, Alexander V. Lukyanov wrote: > > GetFileInfo should probably fail here: > > > > lftp :~> cls -ld ~ > > ~/ > > lftp :~> cls -ld / > > // > > I don't think so. GetFileInfo should not fail if the file exists, even > if no info can be retrieved.
But the file *doesn't* exist. There's no host open, so no files exist at all. > The first time the home dir is not known. So lftp adds %2F to specify root > directory in ftp url. > > The second slash is added for root directory. I know where they're coming from; I'm just saying they shouldn't be displayed. I'm not sure of a good way to fix it, though (without breaking generality.) On Tue, Dec 11, 2001 at 10:47:44PM -0500, Glenn Maynard wrote: > > Okay, I understand this better now. A suggestion: instead of delaying > > the job for a second, make it wait until the session has been idle for > > It won't be idle. Before the connection is taken over, the data transfer > is going on. But if a data transfer is going on, then the session can only be taken over by a higher priority job; and if a job is taking over a lower priority one, it doesn't delay at all. -- Glenn Maynard
