Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!SADYE.UVM.EDU!wollman From: wollman@SADYE.UVM.EDU (Garrett Wollman) Newsgroups: comp.soft-sys.andrew Subject: Bugs in Emsworth's ftp daemon? Message-ID: Date: 9 May 91 01:32:21 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 29 I've noticed the following irritating behavior when using ftp to emsworth.andrew.cmu.edu: [typed in from memory] ftp> ls [two afs error messages] [normal list of files] alpha-patches: Permission denied ftp> ls misc 226 Transfer complete 200 PORT command successful ftp> rhelp 150 Opening data connection for /bin/ls ([goop]) (0 bytes). ftp> As you can see, my ftp UA and the ftpd are now hopelessly out of sync. I have the following reason to believe that the problem is not in my UA since almost all of it is stock 4.3bsd-reno, and I have had no other problems with it. [Well, I have had similar problems with other hosts, but only ones at CMU.] It would make dealing with this server much easier if you were to fix it. [It looks to me like AFS doesn't allow you to stat() files you don't have access to, thus screwing the long listing...? Though why the 226 doesn't come through immediately I don't know. Perhaps the data connection is getting closed before the 226 gets through.] If there's anyone else who has had this problem... -GAWollman