Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 1996 10:32:42 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        petzi@zit.th-darmstadt.de (Michael Beckmann)
Cc:        isp@FreeBSD.ORG
Subject:   Re: wu-ftpd and tar
Message-ID:  <199605251732.KAA19925@GndRsh.aac.dev.com>
In-Reply-To: <v03006f00adcce1675e13@[130.83.63.13]> from Michael Beckmann at "May 25, 96 06:53:39 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 .

Okay.

> >> 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 .

Good.  Now what does:
ls -lag ~ftp/usr/bin
give for output?

> >Does it work okay for real logins, and fail for anoymous users, or vice-versa?
> 
> It works neither way.

:-(... hummm....

> 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

Mine looks like:
ftp     stream  tcp     nowait  root    /usr/local/libexec/ftpd ftpd -l -a

I forget what -l does, oh, yea.. log all connections...

Can I connect to this system to look at it via ftp from here?

-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605251732.KAA19925>