From owner-freebsd-questions Thu Jul 4 03:15:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA17554 for questions-outgoing; Thu, 4 Jul 1996 03:15:52 -0700 (PDT) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA17494 for ; Thu, 4 Jul 1996 03:14:23 -0700 (PDT) Received: (from root@localhost) by btp1da.phy.uni-bayreuth.de (8.7.5/8.6.12) id MAA00938; Thu, 4 Jul 1996 12:03:00 GMT From: Werner Griessl Message-Id: <199607041203.MAA00938@btp1da.phy.uni-bayreuth.de> Subject: Re: setting up wu-ftpd To: khetan@iafrica.com (Khetan Gajjar) Date: Thu, 4 Jul 1996 12:02:59 +0000 () Cc: questions@freebsd.org In-Reply-To: from Khetan Gajjar at "Jul 4, 96 11:14:28 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > On Thu, 4 Jul 1996, Werner Griessl wrote: > > >Have the same problem here. Compress on the fly isn't working ! > >I'm also need the solution. > > I've just tried it as anonymous, and it isn't working :-( > > It works when I log in. I changed ftpconversions so that it > would point to the calling files from /usr/ftp/bin, and made executeable. > > Another problem I've having is loggine. I execute it with ftpd -ll > and in my syslogd set up ftp.* to /var/log/ftpd, but get nothing - only > an xferlog > > Regards, > Khetan Gajjar. > > --- > http://www.chain.iafrica.com/~khetan/ > UUNet-Internet Africa > Operations - 0800-030-002 > > Found the solution now ! Changing /usr/local/etc/ftpaccess from compress yes local remote tar yes local remote to compress yes all local remote tar yes all local remote does the job for me ! Werner