Date: Sat, 25 May 1996 18:53:39 +0200 From: Michael Beckmann <petzi@zit.th-darmstadt.de> To: "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com> Cc: isp@FreeBSD.ORG Subject: Re: wu-ftpd and tar Message-ID: <v03006f00adcce1675e13@[130.83.63.13]> In-Reply-To: <199605251528.IAA19761@GndRsh.aac.dev.com> References: <v03006f01adcc8d8ea238@[130.83.63.13]> from Michael Beckmann at "May 25, 96 12:24:32 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
>For anonymous users things are tricker since they will be chrooted to
>~ftp and they will need statically linked versions of gzip, tar and compress
>placed in ~ftp/usr/bin. You should be able to just copy /usr/bin/{gzip,tar}
>into ~ftp/usr/bin as those files are statically linked in the standard FreeBSD
>distributions.
OK, I have followed your suggestion and setup everything for /usr/bin,
instead of /bin .
>> The respective binaries are in their place.
>
>Are they in there place inside the ~ftp hierarchy for anonymous users?
Yes, I copied them there from /usr/bin .
>Does it work okay for real logins, and fail for anoymous users, or vice-versa?
It works neither way.
I thought it were a problem with the options for ftpd in inetd.conf . I
hadn't set the -a flag. But now I have (and killed -HUP the inetd), and it
still doesn't work.
/etc/inetd.conf :
ftp stream tcp nowait root /usr/local/libexec/ftpd ftpd -a
Michael
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?v03006f00adcce1675e13>
