Anonymous FTP

Steve Green steveg at umd5.umd.edu
Wed Aug 15 05:07:56 AEST 1990


In article <DEMARSEE.90Aug14124735 at gamera.acs.syr.EDU> demarsee at gamera.acs.syr.EDU (Darryl E. Marsee) writes:
>Another question.
>
>I'm trying to set up anonymous FTP under A/UX 2.0, and I've followed
>[...]
>and etc/group and etc/passwd (444).
>
>Any suggestions?

As a matter of fact, we just had the same problem.  It turns out that /bin/ls
uses shared libraries and anonymous ftp does chroot ~ftp.  This means that
ls cant get to /shlib.  On solutution is to get an old version of ls.  I have
found that
	# mkdir ~ftp/shlib
	# ln /shlib/* ~ftp/shlib
will also take care of it.

--
steveg at umd5.umd.edu



More information about the Comp.unix.aux mailing list