Just compiled lftp 3.1.2 to OSF/1 5.1 ... had to make one small patch, because lftp is using atoll function in HttpDir.cc which isn't implemented in OSF/1. Replaced it with atol and seems to be working nicely, even I know there is most probably a good reason for using atoll instead of atol.
But.. when compiled and run, strange thing happens at startup... looks like lftp is waiting one character to be inputted before dropping to normal command prompt. Usually no user interaction are needed when lftp is started. After that, everything seems to be working quite nicely. Any idea where this kinda strange behavior may be from? -- - Tommi --
